#ABFA90

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

Shades of Pale Green #ABFA90

Tints of Pale Green #ABFA90

Color information

#ABFA90 (or 0xABFA90) is unknown color: approx Pale Green. HEX triplet: AB, FA and 90. RGB value is (171,250,144). Sum of RGB (Red+Green+Blue) = 171+250+144=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA90 is #54056F. Grayscale: #D6D6D6. Windows color (decimal): -5506416 or 9501355. OLE color: 9501355.

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

Color convert

RGB171250144-
CMYK0.3200.420.02
HSL104.72º91.38%77.25%-
HSV(B)104.72º42.4%98.04%-
XYZ56.0179.0438.69-
YUV214.388.3397.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=30.27%
G=44.25%
B=25.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501440.3200.420.02104.7291.3877.25
HexABFA902002A2695b4d
Octal253372220400522151133115
Binary101010111111101010010000100000010101010110100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA90; }

 p { color: rgb(171,250,144); }

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

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

 a { background-color: rgb(171,250,144); }

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

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

 span { border-color: rgb(171,250,144); }

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