Html Css Color HEX #9DCAB9 Shadow Green

📋 copy color: '#9DCAB9'

red 157 ◦ green 202 ◦ blue 185

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

Shades of Shadow Green #9DCAB9

Tints of Shadow Green #9DCAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.13%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 28.86%
G = 37.13%
B = 34.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#9DCAB9 (or 0x9DCAB9) is known color: Shadow Green. HEX triplet: 9D, CA and B9. RGB value is (157,202,185). Sum of RGB (Red+Green+Blue) = 157+202+185=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAB9 is #623546. Grayscale: #BABABA. Windows color (decimal): -6436167 or 12176029. OLE color: 12176029.

HSL color Cylindrical-coordinate representation of color #9DCAB9: hue angle of 157.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAB9 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 185 -
CMYK 0.22 0 0.08 0.21
HSL 157.33º 0.3% 0.7% -
HSV(B) 157.33º 0.22% 0.79% -
XYZ 43.78 52.91 53.8 -
YUV 186.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 157 202 185 0.22 0 0.08 0.21 157.33 0.3 0.7
Hex 9D CA B9 16 0 8 15 9D 1E 46
Octal 235 312 271 26 0 10 25 235 36 106
Binary 10011101 11001010 10111001 10110 0 1000 10101 10011101 11110 1000110

Color Harmonies of #9DCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAB9

Black with #9DCAB9

Text Example


Text Example

White with #9DCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,202,185); }

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

background-color css

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

 a { background-color: rgb(157,202,185); }

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

border-color css

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

 span { border-color: rgb(157,202,185); }

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