#9AFB94

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

Shades of Pale Green #9AFB94

Tints of Pale Green #9AFB94

Color information

#9AFB94 (or 0x9AFB94) is unknown color: approx Pale Green. HEX triplet: 9A, FB and 94. RGB value is (154,251,148). Sum of RGB (Red+Green+Blue) = 154+251+148=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB94 is #65046B. Grayscale: #D2D2D2. Windows color (decimal): -6620268 or 9763738. OLE color: 9763738.

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

Color convert

RGB154251148-
CMYK0.3900.410.02
HSL116.5º92.79%78.24%-
HSV(B)116.5º41.04%98.43%-
XYZ53.177840.27-
YUV210.2692.8687.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=27.85%
G=45.39%
B=26.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511480.3900.410.02116.592.7978.24
Hex9AFB94270292755d4e
Octal232373224470512165135116
Binary100110101111101110010100100111010100110111010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFB94; }

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

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

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

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

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

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

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

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