Html Css Color HEX #9DE5AA Chinook

📋 copy color: '#9DE5AA'

red 157 ◦ green 229 ◦ blue 170

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

Shades of Chinook #9DE5AA

Tints of Chinook #9DE5AA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.19%

 BLUE value IS 170 (66.8% from 255) = 30.58%

R = 28.24%
G = 41.19%
B = 30.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#9DE5AA (or 0x9DE5AA) is known color: Chinook. HEX triplet: 9D, E5 and AA. RGB value is (157,229,170). Sum of RGB (Red+Green+Blue) = 157+229+170=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE5AA is #621A55. Grayscale: #C8C8C8. Windows color (decimal): -6429270 or 11199901. OLE color: 11199901.

HSL color Cylindrical-coordinate representation of color #9DE5AA: hue angle of 130.83º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5AA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 229 170 -
CMYK 0.31 0 0.26 0.10
HSL 130.83º 0.58% 0.76% -
HSV(B) 130.83º 0.31% 0.9% -
XYZ 49.18 66.11 48.2 -
YUV 200.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 157 229 170 0.31 0 0.26 0.10 130.83 0.58 0.76
Hex 9D E5 AA 1F 0 1A A 83 3A 4C
Octal 235 345 252 37 0 32 12 203 72 114
Binary 10011101 11100101 10101010 11111 0 11010 1010 10000011 111010 1001100

Color Harmonies of #9DE5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE5AA

Black with #9DE5AA

Text Example


Text Example

White with #9DE5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,229,170); }

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

background-color css

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

 a { background-color: rgb(157,229,170); }

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

border-color css

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

 span { border-color: rgb(157,229,170); }

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