#9EE7AA

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

Shades of Celadon #9EE7AA

Tints of Celadon #9EE7AA

Color information

#9EE7AA (or 0x9EE7AA) is unknown color: approx Celadon. HEX triplet: 9E, E7 and AA. RGB value is (158,231,170). Sum of RGB (Red+Green+Blue) = 158+231+170=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE7AA is #611855. Grayscale: #CACACA. Windows color (decimal): -6363222 or 11200414. OLE color: 11200414.

HSL color Cylindrical-coordinate representation of color #9EE7AA: hue angle of 129.86º degrees, saturation: 0.6, 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 #9EE7AA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB158231170-
CMYK0.3200.260.09
HSL129.86º60.33%76.27%-
HSV(B)129.86º31.6%90.59%-
XYZ49.9367.3248.39-
YUV202.22109.8296.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 231 (90.62% from 255) = 41.32%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=28.26%
G=41.32%
B=30.41%

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
Decimal1582311700.3200.260.09129.8660.3376.27
Hex9EE7AA2001A9823c4c
Octal236347252400321120274114
Binary1001111011100111101010101000000110101001100000101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,231,170); }

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

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

 a { background-color: rgb(158,231,170); }

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

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

 span { border-color: rgb(158,231,170); }

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