Html Css Color HEX #9ADBA8 Chinook

📋 copy color: '#9ADBA8'

red 154 ◦ green 219 ◦ blue 168

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

Shades of Chinook #9ADBA8

Tints of Chinook #9ADBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.48%

 BLUE value IS 168 (66.02% from 255) = 31.05%

R = 28.47%
G = 40.48%
B = 31.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#9ADBA8 (or 0x9ADBA8) is known color: Chinook. HEX triplet: 9A, DB and A8. RGB value is (154,219,168). Sum of RGB (Red+Green+Blue) = 154+219+168=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA8 is #652457. Grayscale: #C1C1C1. Windows color (decimal): -6628440 or 11066266. OLE color: 11066266.

HSL color Cylindrical-coordinate representation of color #9ADBA8: hue angle of 132.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBA8 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 168 -
CMYK 0.30 0 0.23 0.14
HSL 132.92º 0.47% 0.73% -
HSV(B) 132.92º 0.3% 0.86% -
XYZ 45.73 60.36 46.29 -
YUV 193.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 154 219 168 0.30 0 0.23 0.14 132.92 0.47 0.73
Hex 9A DB A8 1E 0 17 E 85 2F 49
Octal 232 333 250 36 0 27 16 205 57 111
Binary 10011010 11011011 10101000 11110 0 10111 1110 10000101 101111 1001001

Color Harmonies of #9ADBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBA8

Black with #9ADBA8

Text Example


Text Example

White with #9ADBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,168); }

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

background-color css

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

 a { background-color: rgb(154,219,168); }

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

border-color css

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

 span { border-color: rgb(154,219,168); }

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