#96F29F

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

Shades of Pale Green #96F29F

Tints of Pale Green #96F29F

Color information

#96F29F (or 0x96F29F) is unknown color: approx Pale Green. HEX triplet: 96, F2 and 9F. RGB value is (150,242,159). Sum of RGB (Red+Green+Blue) = 150+242+159=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #96F29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F29F is #690D60. Grayscale: #CDCDCD. Windows color (decimal): -6884705 or 10482326. OLE color: 10482326.

HSL color Cylindrical-coordinate representation of color #96F29F: hue angle of 125.87º 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 #96F29F is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB150242159-
CMYK0.3800.340.05
HSL125.87º77.97%76.86%-
HSV(B)125.87º38.02%94.9%-
XYZ50.5972.4944.13-
YUV205.03102.0288.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=27.22%
G=43.92%
B=28.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502421590.3800.340.05125.8777.9776.86
Hex96F29F2602257e4e4d
Octal226362237460425176116115
Binary1001011011110010100111111001100100010101111111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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