Html Css Color HEX #9ADDAB Chinook

📋 copy color: '#9ADDAB'

red 154 ◦ green 221 ◦ blue 171

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

Shades of Chinook #9ADDAB

Tints of Chinook #9ADDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 28.21%
G = 40.48%
B = 31.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9ADDAB (or 0x9ADDAB) is known color: Chinook. HEX triplet: 9A, DD and AB. RGB value is (154,221,171). Sum of RGB (Red+Green+Blue) = 154+221+171=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDAB is #652254. Grayscale: #C3C3C3. Windows color (decimal): -6627925 or 11263386. OLE color: 11263386.

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

Color convert

RGB 154 221 171 -
CMYK 0.30 0 0.23 0.13
HSL 135.22º 0.5% 0.74% -
HSV(B) 135.22º 0.3% 0.87% -
XYZ 46.53 61.52 47.95 -
YUV 195.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 154 221 171 0.30 0 0.23 0.13 135.22 0.5 0.74
Hex 9A DD AB 1E 0 17 D 87 32 4A
Octal 232 335 253 36 0 27 15 207 62 112
Binary 10011010 11011101 10101011 11110 0 10111 1101 10000111 110010 1001010

Color Harmonies of #9ADDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDAB

Black with #9ADDAB

Text Example


Text Example

White with #9ADDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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