#ABFB94

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

Shades of Pale Green #ABFB94

Tints of Pale Green #ABFB94

Color information

#ABFB94 (or 0xABFB94) is unknown color: approx Pale Green. HEX triplet: AB, FB and 94. RGB value is (171,251,148). Sum of RGB (Red+Green+Blue) = 171+251+148=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFB94 is #54046B. Grayscale: #D7D7D7. Windows color (decimal): -5506156 or 9763755. OLE color: 9763755.

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

Color convert

RGB171251148-
CMYK0.3200.410.02
HSL106.6º92.79%78.24%-
HSV(B)106.6º41.04%98.43%-
XYZ56.6479.7940.43-
YUV215.349096.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 251 (98.44% from 255) = 44.04%
BLUE value IS 148 (58.20% from 255) = 25.96%
R=30%
G=44.04%
B=25.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712511480.3200.410.02106.692.7978.24
HexABFB942002926b5d4e
Octal253373224400512153135116
Binary101010111111101110010100100000010100110110101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFB94; }

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

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

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

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

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

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

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

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