#ABF82C

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

Shades of Green Yellow #ABF82C

Tints of Green Yellow #ABF82C

Color information

#ABF82C (or 0xABF82C) is unknown color: approx Green Yellow. HEX triplet: AB, F8 and 2C. RGB value is (171,248,44). Sum of RGB (Red+Green+Blue) = 171+248+44=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF82C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF82C is #5407D3. Grayscale: #CACACA. Windows color (decimal): -5507028 or 2947243. OLE color: 2947243.

HSL color Cylindrical-coordinate representation of color #ABF82C: hue angle of 82.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABF82C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB17124844-
CMYK0.3100.820.03
HSL82.65º93.58%57.25%-
HSV(B)82.65º82.26%97.25%-
XYZ50.8275.9714.37-
YUV201.7238.99106.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 248 (97.27% from 255) = 53.56%
BLUE value IS 44 (17.58% from 255) = 9.50%
R=36.93%
G=53.56%
B=9.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal171248440.3100.820.0382.6593.5857.25
HexABF82C1F0523535e39
Octal25337054370122312313671
Binary101010111111100010110011111010100101110100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF82C; }

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

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

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

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

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

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

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

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