#96EEA2

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

Shades of Pale Green #96EEA2

Tints of Pale Green #96EEA2

Color information

#96EEA2 (or 0x96EEA2) is unknown color: approx Pale Green. HEX triplet: 96, EE and A2. RGB value is (150,238,162). Sum of RGB (Red+Green+Blue) = 150+238+162=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEA2 is #69115D. Grayscale: #CBCBCB. Windows color (decimal): -6885726 or 10677910. OLE color: 10677910.

HSL color Cylindrical-coordinate representation of color #96EEA2: hue angle of 128.18º degrees, saturation: 0.72, 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 #96EEA2 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB150238162-
CMYK0.3700.320.07
HSL128.18º72.13%76.08%-
HSV(B)128.18º36.97%93.33%-
XYZ49.6770.2445.12-
YUV203.02104.8590.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.27%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 162 (63.67% from 255) = 29.45%
R=27.27%
G=43.27%
B=29.45%

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
Decimal1502381620.3700.320.07128.1872.1376.08
Hex96EEA225020780484c
Octal226356242450407200110114
Binary10010110111011101010001010010101000001111000000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,238,162); }

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

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

 a { background-color: rgb(150,238,162); }

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

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

 span { border-color: rgb(150,238,162); }

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