Html Css Color HEX #9DE8AE Chinook

📋 copy color: '#9DE8AE'

red 157 ◦ green 232 ◦ blue 174

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

Shades of Chinook #9DE8AE

Tints of Chinook #9DE8AE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.21%

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

R = 27.89%
G = 41.21%
B = 30.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#9DE8AE (or 0x9DE8AE) is known color: Chinook. HEX triplet: 9D, E8 and AE. RGB value is (157,232,174). Sum of RGB (Red+Green+Blue) = 157+232+174=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE8AE is #621751. Grayscale: #CBCBCB. Windows color (decimal): -6428498 or 11462813. OLE color: 11462813.

HSL color Cylindrical-coordinate representation of color #9DE8AE: hue angle of 133.6º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE8AE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 232 174 -
CMYK 0.32 0 0.25 0.09
HSL 133.6º 0.62% 0.76% -
HSV(B) 133.6º 0.32% 0.91% -
XYZ 50.4 67.94 50.5 -
YUV 202.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 157 232 174 0.32 0 0.25 0.09 133.6 0.62 0.76
Hex 9D E8 AE 20 0 19 9 86 3E 4C
Octal 235 350 256 40 0 31 11 206 76 114
Binary 10011101 11101000 10101110 100000 0 11001 1001 10000110 111110 1001100

Color Harmonies of #9DE8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE8AE

Black with #9DE8AE

Text Example


Text Example

White with #9DE8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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