#ABF342

Color #ABF342 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #ABF342

Tints of Green Yellow #ABF342

Color information

#ABF342 (or 0xABF342) is unknown color: approx Green Yellow. HEX triplet: AB, F3 and 42. RGB value is (171,243,66). Sum of RGB (Red+Green+Blue) = 171+243+66=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF342 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF342 is #540CBD. Grayscale: #C9C9C9. Windows color (decimal): -5508286 or 4387755. OLE color: 4387755.

HSL color Cylindrical-coordinate representation of color #ABF342: hue angle of 84.41º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABF342 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB17124366-
CMYK0.3000.730.05
HSL84.41º88.06%60.59%-
HSV(B)84.41º72.84%95.29%-
XYZ49.8373.1516.65-
YUV201.2951.65106.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 243 (95.31% from 255) = 50.62%
BLUE value IS 66 (26.17% from 255) = 13.75%
R=35.62%
G=50.62%
B=13.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171243660.3000.730.0584.4188.0660.59
HexABF3421E049554583d
Octal253363102360111512413075
Binary10101011111100111000010111100100100110110101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF342; }

 p { color: rgb(171,243,66); }

 H1.HeaderClassName
 {
   color: #ABF342;
 }
 .AnyTagClassName
 {
   color: #ABF342;
 }
</style>
background-color css

<style>
 a { background-color: #ABF342; }

 a { background-color: rgb(171,243,66); }

 div.DivClassName
 {
   background-color: #ABF342;
 }
 .BgClassName
 {
   background-color: #ABF342;
 }
</style>
border-color css

<style>
 span { border-color: #ABF342; }

 span { border-color: rgb(171,243,66); }

 td.TdClassName
 {
   border-color: #ABF342;
 }
 .TagClassName
 {
   border-color: #ABF342;
 }
</style>