#ABFC1A

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

Shades of Green Yellow #ABFC1A

Tints of Green Yellow #ABFC1A

Color information

#ABFC1A (or 0xABFC1A) is unknown color: approx Green Yellow. HEX triplet: AB, FC and 1A. RGB value is (171,252,26). Sum of RGB (Red+Green+Blue) = 171+252+26=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC1A is #5403E5. Grayscale: #CACACA. Windows color (decimal): -5506022 or 1768619. OLE color: 1768619.

HSL color Cylindrical-coordinate representation of color #ABFC1A: hue angle of 81.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABFC1A is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB17125226-
CMYK0.3200.900.01
HSL81.5º97.41%54.51%-
HSV(B)81.5º89.68%98.82%-
XYZ51.7978.3513.37-
YUV202.0228.66105.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 252 (98.83% from 255) = 56.12%
BLUE value IS 26 (10.55% from 255) = 5.79%
R=38.08%
G=56.12%
B=5.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171252260.3200.900.0181.597.4154.51
HexABFC1A2005A1526137
Octal25337432400132112214167
Binary10101011111111001101010000001011010110100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFC1A; }

 p { color: rgb(171,252,26); }

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

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

 a { background-color: rgb(171,252,26); }

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

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

 span { border-color: rgb(171,252,26); }

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