#9EE9AC

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

Shades of Celadon #9EE9AC

Tints of Celadon #9EE9AC

Color information

#9EE9AC (or 0x9EE9AC) is unknown color: approx Celadon. HEX triplet: 9E, E9 and AC. RGB value is (158,233,172). Sum of RGB (Red+Green+Blue) = 158+233+172=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE9AC is #611653. Grayscale: #CBCBCB. Windows color (decimal): -6362708 or 11331998. OLE color: 11331998.

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

Color convert

RGB158233172-
CMYK0.3200.260.09
HSL131.2º63.03%76.67%-
HSV(B)131.2º32.19%91.37%-
XYZ50.6968.5349.59-
YUV203.62110.1595.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.06%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=28.06%
G=41.39%
B=30.55%

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
Decimal1582331720.3200.260.09131.263.0376.67
Hex9EE9AC2001A9833f4d
Octal236351254400321120377115
Binary1001111011101001101011001000000110101001100000111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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