#96F2A8

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

Shades of Pale Green #96F2A8

Tints of Pale Green #96F2A8

Color information

#96F2A8 (or 0x96F2A8) is unknown color: approx Pale Green. HEX triplet: 96, F2 and A8. RGB value is (150,242,168). Sum of RGB (Red+Green+Blue) = 150+242+168=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F2A8 is #690D57. Grayscale: #CECECE. Windows color (decimal): -6884696 or 11072150. OLE color: 11072150.

HSL color Cylindrical-coordinate representation of color #96F2A8: hue angle of 131.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2A8 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB150242168-
CMYK0.3800.310.05
HSL131.74º77.97%76.86%-
HSV(B)131.74º38.02%94.9%-
XYZ51.472.8248.39-
YUV206.06106.5288.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 168 (66.02% from 255) = 30%
R=26.79%
G=43.21%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502421680.3800.310.05131.7477.9776.86
Hex96F2A82601F5844e4d
Octal226362250460375204116115
Binary1001011011110010101010001001100111111011000010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F2A8; }

 p { color: rgb(150,242,168); }

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

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

 a { background-color: rgb(150,242,168); }

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

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

 span { border-color: rgb(150,242,168); }

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