#9EE8AC

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

Shades of Celadon #9EE8AC

Tints of Celadon #9EE8AC

Color information

#9EE8AC (or 0x9EE8AC) is unknown color: approx Celadon. HEX triplet: 9E, E8 and AC. RGB value is (158,232,172). Sum of RGB (Red+Green+Blue) = 158+232+172=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE8AC is #611753. Grayscale: #CBCBCB. Windows color (decimal): -6362964 or 11331742. OLE color: 11331742.

HSL color Cylindrical-coordinate representation of color #9EE8AC: hue angle of 131.35º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8AC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB158232172-
CMYK0.3200.260.09
HSL131.35º61.67%76.47%-
HSV(B)131.35º31.9%90.98%-
XYZ50.467.9649.49-
YUV203.03110.4895.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.11%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=28.11%
G=41.28%
B=30.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582321720.3200.260.09131.3561.6776.47
Hex9EE8AC2001A9833e4c
Octal236350254400321120376114
Binary1001111011101000101011001000000110101001100000111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,232,172); }

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

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

 a { background-color: rgb(158,232,172); }

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

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

 span { border-color: rgb(158,232,172); }

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