Html Css Color HEX #9DE0AE Chinook

📋 copy color: '#9DE0AE'

red 157 ◦ green 224 ◦ blue 174

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

Shades of Chinook #9DE0AE

Tints of Chinook #9DE0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

 BLUE value IS 174 (68.36% from 255) = 31.35%

R = 28.29%
G = 40.36%
B = 31.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#9DE0AE (or 0x9DE0AE) is known color: Chinook. HEX triplet: 9D, E0 and AE. RGB value is (157,224,174). Sum of RGB (Red+Green+Blue) = 157+224+174=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE0AE is #621F51. Grayscale: #C6C6C6. Windows color (decimal): -6430546 or 11460765. OLE color: 11460765.

HSL color Cylindrical-coordinate representation of color #9DE0AE: hue angle of 135.22º degrees, saturation: 0.52, 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 #9DE0AE is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 224 174 -
CMYK 0.30 0 0.22 0.12
HSL 135.22º 0.52% 0.75% -
HSV(B) 135.22º 0.3% 0.88% -
XYZ 48.2 63.54 49.77 -
YUV 198.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 157 224 174 0.30 0 0.22 0.12 135.22 0.52 0.75
Hex 9D E0 AE 1E 0 16 C 87 34 4B
Octal 235 340 256 36 0 26 14 207 64 113
Binary 10011101 11100000 10101110 11110 0 10110 1100 10000111 110100 1001011

Color Harmonies of #9DE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE0AE

Black with #9DE0AE

Text Example


Text Example

White with #9DE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,224,174); }

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

background-color css

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

 a { background-color: rgb(157,224,174); }

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

border-color css

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

 span { border-color: rgb(157,224,174); }

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