#ABFB4A

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

Shades of Green Yellow #ABFB4A

Tints of Green Yellow #ABFB4A

Color information

#ABFB4A (or 0xABFB4A) is unknown color: approx Green Yellow. HEX triplet: AB, FB and 4A. RGB value is (171,251,74). Sum of RGB (Red+Green+Blue) = 171+251+74=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFB4A is #5404B5. Grayscale: #CFCFCF. Windows color (decimal): -5506230 or 4914091. OLE color: 4914091.

HSL color Cylindrical-coordinate representation of color #ABFB4A: hue angle of 87.12º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABFB4A is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB17125174-
CMYK0.3200.710.02
HSL87.12º95.68%63.73%-
HSV(B)87.12º70.52%98.43%-
XYZ52.5378.1518.79-
YUV206.953102.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 251 (98.44% from 255) = 50.60%
BLUE value IS 74 (29.30% from 255) = 14.92%
R=34.48%
G=50.60%
B=14.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171251740.3200.710.0287.1295.6863.73
HexABFB4A200472576040
Octal2533731124001072127140100
Binary101010111111101110010101000000100011110101011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFB4A; }

 p { color: rgb(171,251,74); }

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

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

 a { background-color: rgb(171,251,74); }

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

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

 span { border-color: rgb(171,251,74); }

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