#96ECA1

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

Shades of Pale Green #96ECA1

Tints of Pale Green #96ECA1

Color information

#96ECA1 (or 0x96ECA1) is unknown color: approx Pale Green. HEX triplet: 96, EC and A1. RGB value is (150,236,161). Sum of RGB (Red+Green+Blue) = 150+236+161=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECA1 is #69135E. Grayscale: #C9C9C9. Windows color (decimal): -6886239 or 10611862. OLE color: 10611862.

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

Color convert

RGB150236161-
CMYK0.3600.320.07
HSL127.67º69.35%75.69%-
HSV(B)127.67º36.44%92.55%-
XYZ49.0169.0544.46-
YUV201.74105.0191.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=27.42%
G=43.14%
B=29.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361610.3600.320.07127.6769.3575.69
Hex96ECA124020780454c
Octal226354241440407200105114
Binary10010110111011001010000110010001000001111000000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,161); }

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

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

 a { background-color: rgb(150,236,161); }

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

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

 span { border-color: rgb(150,236,161); }

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