#9AFB95

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

Shades of Pale Green #9AFB95

Tints of Pale Green #9AFB95

Color information

#9AFB95 (or 0x9AFB95) is unknown color: approx Pale Green. HEX triplet: 9A, FB and 95. RGB value is (154,251,149). Sum of RGB (Red+Green+Blue) = 154+251+149=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB95 is #65046A. Grayscale: #D2D2D2. Windows color (decimal): -6620267 or 9829274. OLE color: 9829274.

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

Color convert

RGB154251149-
CMYK0.3900.410.02
HSL117.06º92.73%78.43%-
HSV(B)117.06º40.64%98.43%-
XYZ53.2578.0340.69-
YUV210.3793.3687.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 251 (98.44% from 255) = 45.31%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=27.80%
G=45.31%
B=26.90%

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
Decimal1542511490.3900.410.02117.0692.7378.43
Hex9AFB95270292755d4e
Octal232373225470512165135116
Binary100110101111101110010101100111010100110111010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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