#9ee5a2

Color #9EE5A2 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #9EE5A2

Tints of Celadon #9EE5A2

Color information

#9EE5A2 (or 0x9EE5A2) is unknown color: approx Celadon. HEX triplet: 9E, E5 and A2. RGB value is (158,229,162). Sum of RGB (Red+Green+Blue) = 158+229+162=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE5A2 is #611A5D. Grayscale: #C8C8C8. Windows color (decimal): -6363742 or 10675614. OLE color: 10675614.

HSL color Cylindrical-coordinate representation of color #9EE5A2: hue angle of 123.38º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5A2 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB158229162-
CMYK0.3100.290.10
HSL123.38º57.72%75.88%-
HSV(B)123.38º31%89.8%-
XYZ48.6465.9244.34-
YUV200.13106.4897.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 229 (89.84% from 255) = 41.71%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=28.78%
G=41.71%
B=29.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582291620.3100.290.10123.3857.7275.88
Hex9EE5A21F01DA7b3a4c
Octal236345242370351217372114
Binary10011110111001011010001011111011101101011110111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ee5a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ee5a2; }

 p { color: rgb(158,229,162); }

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

<style>
 a { background-color: #9ee5a2; }

 a { background-color: rgb(158,229,162); }

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

<style>
 span { border-color: #9ee5a2; }

 span { border-color: rgb(158,229,162); }

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