Html Css Color HEX #9AD9AE Chinook

📋 copy color: '#9AD9AE'

red 154 ◦ green 217 ◦ blue 174

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

Shades of Chinook #9AD9AE

Tints of Chinook #9AD9AE

RGB

 RED value IS 154 (60.55% from 255) = 28.26%

 GREEN value IS 217 (85.16% from 255) = 39.82%

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

R = 28.26%
G = 39.82%
B = 31.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#9AD9AE (or 0x9AD9AE) is known color: Chinook. HEX triplet: 9A, D9 and AE. RGB value is (154,217,174). Sum of RGB (Red+Green+Blue) = 154+217+174=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD9AE is #652651. Grayscale: #C1C1C1. Windows color (decimal): -6628946 or 11458970. OLE color: 11458970.

HSL color Cylindrical-coordinate representation of color #9AD9AE: hue angle of 139.05º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD9AE is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 217 174 -
CMYK 0.29 0 0.20 0.15
HSL 139.05º 0.45% 0.73% -
HSV(B) 139.05º 0.29% 0.85% -
XYZ 45.78 59.55 49.13 -
YUV 193.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 154 217 174 0.29 0 0.20 0.15 139.05 0.45 0.73
Hex 9A D9 AE 1D 0 14 F 8B 2D 49
Octal 232 331 256 35 0 24 17 213 55 111
Binary 10011010 11011001 10101110 11101 0 10100 1111 10001011 101101 1001001

Color Harmonies of #9AD9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD9AE

Black with #9AD9AE

Text Example


Text Example

White with #9AD9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,217,174); }

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

background-color css

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

 a { background-color: rgb(154,217,174); }

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

border-color css

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

 span { border-color: rgb(154,217,174); }

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