Html Css Color HEX #9DE1AD Chinook

📋 copy color: '#9DE1AD'

red 157 ◦ green 225 ◦ blue 173

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

Shades of Chinook #9DE1AD

Tints of Chinook #9DE1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.54%

 BLUE value IS 173 (67.97% from 255) = 31.17%

R = 28.29%
G = 40.54%
B = 31.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#9DE1AD (or 0x9DE1AD) is known color: Chinook. HEX triplet: 9D, E1 and AD. RGB value is (157,225,173). Sum of RGB (Red+Green+Blue) = 157+225+173=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE1AD is #621E52. Grayscale: #C6C6C6. Windows color (decimal): -6430291 or 11395485. OLE color: 11395485.

HSL color Cylindrical-coordinate representation of color #9DE1AD: hue angle of 134.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1AD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 173 -
CMYK 0.30 0 0.23 0.12
HSL 134.12º 0.53% 0.75% -
HSV(B) 134.12º 0.3% 0.88% -
XYZ 48.37 64.04 49.35 -
YUV 198.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 157 225 173 0.30 0 0.23 0.12 134.12 0.53 0.75
Hex 9D E1 AD 1E 0 17 C 86 35 4B
Octal 235 341 255 36 0 27 14 206 65 113
Binary 10011101 11100001 10101101 11110 0 10111 1100 10000110 110101 1001011

Color Harmonies of #9DE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1AD

Black with #9DE1AD

Text Example


Text Example

White with #9DE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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