#96EDA0

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

Shades of Pale Green #96EDA0

Tints of Pale Green #96EDA0

Color information

#96EDA0 (or 0x96EDA0) is unknown color: approx Pale Green. HEX triplet: 96, ED and A0. RGB value is (150,237,160). Sum of RGB (Red+Green+Blue) = 150+237+160=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EDA0 is #69125F. Grayscale: #CACACA. Windows color (decimal): -6885984 or 10546582. OLE color: 10546582.

HSL color Cylindrical-coordinate representation of color #96EDA0: hue angle of 126.9º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDA0 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB150237160-
CMYK0.3700.320.07
HSL126.9º70.73%75.88%-
HSV(B)126.9º36.71%92.94%-
XYZ49.2169.5944.1-
YUV202.21104.1890.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=27.42%
G=43.33%
B=29.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502371600.3700.320.07126.970.7375.88
Hex96EDA02502077f474c
Octal226355240450407177107114
Binary1001011011101101101000001001010100000111111111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,237,160); }

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

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

 a { background-color: rgb(150,237,160); }

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

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

 span { border-color: rgb(150,237,160); }

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