Html Css Color HEX #9ADDA1 Chinook

📋 copy color: '#9ADDA1'

red 154 ◦ green 221 ◦ blue 161

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

Shades of Chinook #9ADDA1

Tints of Chinook #9ADDA1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 161 (63.28% from 255) = 30.04%

R = 28.73%
G = 41.23%
B = 30.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9ADDA1 (or 0x9ADDA1) is known color: Chinook. HEX triplet: 9A, DD and A1. RGB value is (154,221,161). Sum of RGB (Red+Green+Blue) = 154+221+161=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDA1 is #65225E. Grayscale: #C2C2C2. Windows color (decimal): -6627935 or 10608026. OLE color: 10608026.

HSL color Cylindrical-coordinate representation of color #9ADDA1: hue angle of 126.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDA1 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 161 -
CMYK 0.30 0 0.27 0.13
HSL 126.27º 0.5% 0.74% -
HSV(B) 126.27º 0.3% 0.87% -
XYZ 45.62 61.16 43.12 -
YUV 194.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 154 221 161 0.30 0 0.27 0.13 126.27 0.5 0.74
Hex 9A DD A1 1E 0 1B D 7E 32 4A
Octal 232 335 241 36 0 33 15 176 62 112
Binary 10011010 11011101 10100001 11110 0 11011 1101 1111110 110010 1001010

Color Harmonies of #9ADDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDA1

Black with #9ADDA1

Text Example


Text Example

White with #9ADDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,161); }

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

background-color css

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

 a { background-color: rgb(154,221,161); }

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

border-color css

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

 span { border-color: rgb(154,221,161); }

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