#9DECAD

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

Shades of Celadon #9DECAD

Tints of Celadon #9DECAD

Color information

#9DECAD (or 0x9DECAD) is unknown color: approx Celadon. HEX triplet: 9D, EC and AD. RGB value is (157,236,173). Sum of RGB (Red+Green+Blue) = 157+236+173=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECAD is #621352. Grayscale: #CDCDCD. Windows color (decimal): -6427475 or 11398301. OLE color: 11398301.

HSL color Cylindrical-coordinate representation of color #9DECAD: hue angle of 132.15º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECAD is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB157236173-
CMYK0.3300.270.07
HSL132.15º67.52%77.06%-
HSV(B)132.15º33.47%92.55%-
XYZ51.4470.1850.37-
YUV205.2109.8393.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=27.74%
G=41.70%
B=30.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572361730.3300.270.07132.1567.5277.06
Hex9DECAD2101B784444d
Octal235354255410337204104115
Binary1001110111101100101011011000010110111111000010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,173); }

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

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

 a { background-color: rgb(157,236,173); }

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

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

 span { border-color: rgb(157,236,173); }

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