#9CEAA8

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

Shades of Celadon #9CEAA8

Tints of Celadon #9CEAA8

Color information

#9CEAA8 (or 0x9CEAA8) is unknown color: approx Celadon. HEX triplet: 9C, EA and A8. RGB value is (156,234,168). Sum of RGB (Red+Green+Blue) = 156+234+168=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEAA8 is #631557. Grayscale: #CBCBCB. Windows color (decimal): -6493528 or 11070108. OLE color: 11070108.

HSL color Cylindrical-coordinate representation of color #9CEAA8: hue angle of 129.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEAA8 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB156234168-
CMYK0.3300.280.08
HSL129.23º65%76.47%-
HSV(B)129.23º33.33%91.76%-
XYZ50.268.7447.67-
YUV203.15108.1694.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 168 (66.02% from 255) = 30.11%
R=27.96%
G=41.94%
B=30.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562341680.3300.280.08129.236576.47
Hex9CEAA82101C881414c
Octal2343522504103410201101114
Binary10011100111010101010100010000101110010001000000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,234,168); }

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

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

 a { background-color: rgb(156,234,168); }

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

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

 span { border-color: rgb(156,234,168); }

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