Html Css Color HEX #9DEFAA Celadon

📋 copy color: '#9DEFAA'

red 157 ◦ green 239 ◦ blue 170

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

Shades of Celadon #9DEFAA

Tints of Celadon #9DEFAA

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.8% from 255) = 30.04%

R = 27.74%
G = 42.23%
B = 30.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#9DEFAA (or 0x9DEFAA) is known color: 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

RGB 157 239 170 -
CMYK 0.34 0 0.29 0.06
HSL 129.51º 0.72% 0.78% -
HSV(B) 129.51º 0.34% 0.94% -
XYZ 52.03 71.8 49.15 -
YUV 206.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 157 239 170 0.34 0 0.29 0.06 129.51 0.72 0.78
Hex 9D EF AA 22 0 1D 6 82 48 4E
Octal 235 357 252 42 0 35 6 202 110 116
Binary 10011101 11101111 10101010 100010 0 11101 110 10000010 1001000 1001110

Color Harmonies of #9DEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFAA

Black with #9DEFAA

Text Example


Text Example

White with #9DEFAA

Text Example


Text Example

HTML Codes & Css Web 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>