Html Css Color HEX #9DECAA Celadon

📋 copy color: '#9DECAA'

red 157 ◦ green 236 ◦ blue 170

#9DECAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #9DECAA

Tints of Celadon #9DECAA

RGB

 RED value IS 157 (61.72% from 255) = 27.89%

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 27.89%
G = 41.92%
B = 30.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#9DECAA (or 0x9DECAA) is known color: Celadon. HEX triplet: 9D, EC and AA. RGB value is (157,236,170). Sum of RGB (Red+Green+Blue) = 157+236+170=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECAA is #621355. Grayscale: #CDCDCD. Windows color (decimal): -6427478 or 11201693. OLE color: 11201693.

HSL color Cylindrical-coordinate representation of color #9DECAA: hue angle of 129.87º 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 #9DECAA is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 170 -
CMYK 0.33 0 0.28 0.07
HSL 129.87º 0.68% 0.77% -
HSV(B) 129.87º 0.33% 0.93% -
XYZ 51.16 70.06 48.86 -
YUV 204.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 157 236 170 0.33 0 0.28 0.07 129.87 0.68 0.77
Hex 9D EC AA 21 0 1C 7 82 44 4D
Octal 235 354 252 41 0 34 7 202 104 115
Binary 10011101 11101100 10101010 100001 0 11100 111 10000010 1000100 1001101

Color Harmonies of #9DECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECAA

Black with #9DECAA

Text Example


Text Example

White with #9DECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DECAA;
 }
 .AnyTagClassName
 {
   color: #9DECAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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