#ABDF2C

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

Shades of Yellow Green #ABDF2C

Tints of Yellow Green #ABDF2C

Color information

#ABDF2C (or 0xABDF2C) is unknown color: approx Yellow Green. HEX triplet: AB, DF and 2C. RGB value is (171,223,44). Sum of RGB (Red+Green+Blue) = 171+223+44=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF2C is #5420D3. Grayscale: #BBBBBB. Windows color (decimal): -5513428 or 2940843. OLE color: 2940843.

HSL color Cylindrical-coordinate representation of color #ABDF2C: hue angle of 77.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABDF2C is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB17122344-
CMYK0.2300.800.13
HSL77.43º73.66%52.35%-
HSV(B)77.43º80.27%87.45%-
XYZ43.6461.6211.98-
YUV187.0547.27116.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 223 (87.5% from 255) = 50.91%
BLUE value IS 44 (17.58% from 255) = 10.05%
R=39.04%
G=50.91%
B=10.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171223440.2300.800.1377.4373.6652.35
HexABDF2C17050D4d4a34
Octal253337542701201511511264
Binary10101011110111111011001011101010000110110011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDF2C; }

 p { color: rgb(171,223,44); }

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

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

 a { background-color: rgb(171,223,44); }

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

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

 span { border-color: rgb(171,223,44); }

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