#A9FB94

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

Shades of Pale Green #A9FB94

Tints of Pale Green #A9FB94

Color information

#A9FB94 (or 0xA9FB94) is unknown color: approx Pale Green. HEX triplet: A9, FB and 94. RGB value is (169,251,148). Sum of RGB (Red+Green+Blue) = 169+251+148=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FB94 is #56046B. Grayscale: #D7D7D7. Windows color (decimal): -5637228 or 9763753. OLE color: 9763753.

HSL color Cylindrical-coordinate representation of color #A9FB94: hue angle of 107.77º 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 #A9FB94 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB169251148-
CMYK0.3300.410.02
HSL107.77º92.79%78.24%-
HSV(B)107.77º41.04%98.43%-
XYZ56.279.5740.41-
YUV214.7490.3395.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=29.75%
G=44.19%
B=26.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692511480.3300.410.02107.7792.7978.24
HexA9FB942102926c5d4e
Octal251373224410512154135116
Binary101010011111101110010100100001010100110110110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FB94; }

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

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

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

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

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

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

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

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