#9DEFAA

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

Shades of Celadon #9DEFAA

Tints of Celadon #9DEFAA

Color information

#9DEFAA (or 0x9DEFAA) is unknown color: approx Celadon. HEX triplet: 9D, EF and AA. RGB value is (157,239,170). Sum of RGB (Red+Green+Blue) = 157+239+170=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEFAA is #621055. Grayscale: #CECECE. Windows color (decimal): -6426710 or 11202461. OLE color: 11202461.

HSL color Cylindrical-coordinate representation of color #9DEFAA: hue angle of 129.51º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFAA is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB157239170-
CMYK0.3400.290.06
HSL129.51º71.93%77.65%-
HSV(B)129.51º34.31%93.73%-
XYZ52.0371.849.15-
YUV206.62107.3392.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=27.74%
G=42.23%
B=30.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572391700.3400.290.06129.5171.9377.65
Hex9DEFAA2201D682484e
Octal235357252420356202110116
Binary1001110111101111101010101000100111011101000001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,170); }

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

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

 a { background-color: rgb(157,239,170); }

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

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

 span { border-color: rgb(157,239,170); }

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