#9CFBAA

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

Shades of Pale Green #9CFBAA

Tints of Pale Green #9CFBAA

Color information

#9CFBAA (or 0x9CFBAA) is unknown color: approx Pale Green. HEX triplet: 9C, FB and AA. RGB value is (156,251,170). Sum of RGB (Red+Green+Blue) = 156+251+170=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFBAA is #630455. Grayscale: #D5D5D5. Windows color (decimal): -6489174 or 11205532. OLE color: 11205532.

HSL color Cylindrical-coordinate representation of color #9CFBAA: hue angle of 128.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBAA is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB156251170-
CMYK0.3800.320.02
HSL128.84º92.23%79.8%-
HSV(B)128.84º37.85%98.43%-
XYZ55.4678.9650.35-
YUV213.36103.5387.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=27.04%
G=43.50%
B=29.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562511700.3800.320.02128.8492.2379.8
Hex9CFBAA260202815c50
Octal234373252460402201134120
Binary1001110011111011101010101001100100000101000000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,251,170); }

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

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

 a { background-color: rgb(156,251,170); }

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

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

 span { border-color: rgb(156,251,170); }

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