Html Css Color HEX #9ADEAB Chinook

📋 copy color: '#9ADEAB'

red 154 ◦ green 222 ◦ blue 171

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

Shades of Chinook #9ADEAB

Tints of Chinook #9ADEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

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

R = 28.15%
G = 40.59%
B = 31.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9ADEAB (or 0x9ADEAB) is known color: Chinook. HEX triplet: 9A, DE and AB. RGB value is (154,222,171). Sum of RGB (Red+Green+Blue) = 154+222+171=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEAB is #652154. Grayscale: #C3C3C3. Windows color (decimal): -6627669 or 11263642. OLE color: 11263642.

HSL color Cylindrical-coordinate representation of color #9ADEAB: hue angle of 135º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEAB is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 171 -
CMYK 0.31 0 0.23 0.13
HSL 135º 0.51% 0.74% -
HSV(B) 135º 0.31% 0.87% -
XYZ 46.8 62.05 48.04 -
YUV 195.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 154 222 171 0.31 0 0.23 0.13 135 0.51 0.74
Hex 9A DE AB 1F 0 17 D 87 33 4A
Octal 232 336 253 37 0 27 15 207 63 112
Binary 10011010 11011110 10101011 11111 0 10111 1101 10000111 110011 1001010

Color Harmonies of #9ADEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADEAB

Black with #9ADEAB

Text Example


Text Example

White with #9ADEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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