#9cf5a2

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

Shades of Pale Green #9CF5A2

Tints of Pale Green #9CF5A2

Color information

#9CF5A2 (or 0x9CF5A2) is unknown color: approx Pale Green. HEX triplet: 9C, F5 and A2. RGB value is (156,245,162). Sum of RGB (Red+Green+Blue) = 156+245+162=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF5A2 is #630A5D. Grayscale: #D1D1D1. Windows color (decimal): -6490718 or 10679708. OLE color: 10679708.

HSL color Cylindrical-coordinate representation of color #9CF5A2: hue angle of 124.04º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5A2 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB156245162-
CMYK0.3600.340.04
HSL124.04º81.65%78.63%-
HSV(B)124.04º36.33%96.08%-
XYZ52.8874.9845.87-
YUV208.93101.5190.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 162 (63.67% from 255) = 28.77%
R=27.71%
G=43.52%
B=28.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451620.3600.340.04124.0481.6578.63
Hex9CF5A22402247c524f
Octal234365242440424174122117
Binary1001110011110101101000101001000100010100111110010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cf5a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,245,162); }

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

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

 a { background-color: rgb(156,245,162); }

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

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

 span { border-color: rgb(156,245,162); }

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