#99ECA0

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

Shades of Pale Green #99ECA0

Tints of Pale Green #99ECA0

Color information

#99ECA0 (or 0x99ECA0) is unknown color: approx Pale Green. HEX triplet: 99, EC and A0. RGB value is (153,236,160). Sum of RGB (Red+Green+Blue) = 153+236+160=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99ECA0 is #66135F. Grayscale: #CACACA. Windows color (decimal): -6689632 or 10546329. OLE color: 10546329.

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

Color convert

RGB153236160-
CMYK0.3500.320.07
HSL125.06º68.6%76.27%-
HSV(B)125.06º35.17%92.55%-
XYZ49.4869.344.03-
YUV202.5210492.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 236 (92.58% from 255) = 42.99%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=27.87%
G=42.99%
B=29.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532361600.3500.320.07125.0668.676.27
Hex99ECA02302077d454c
Octal231354240430407175105114
Binary1001100111101100101000001000110100000111111110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ECA0; }

 p { color: rgb(153,236,160); }

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

<style>
 a { background-color: #99ECA0; }

 a { background-color: rgb(153,236,160); }

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

<style>
 span { border-color: #99ECA0; }

 span { border-color: rgb(153,236,160); }

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