Html Css Color HEX #9ADB9E Chinook

📋 copy color: '#9ADB9E'

red 154 ◦ green 219 ◦ blue 158

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

Shades of Chinook #9ADB9E

Tints of Chinook #9ADB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 29%
G = 41.24%
B = 29.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#9ADB9E (or 0x9ADB9E) is known color: Chinook. HEX triplet: 9A, DB and 9E. RGB value is (154,219,158). Sum of RGB (Red+Green+Blue) = 154+219+158=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9E is #652461. Grayscale: #C0C0C0. Windows color (decimal): -6628450 or 10410906. OLE color: 10410906.

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

Color convert

RGB 154 219 158 -
CMYK 0.30 0 0.28 0.14
HSL 123.69º 0.47% 0.73% -
HSV(B) 123.69º 0.3% 0.86% -
XYZ 44.83 60 41.57 -
YUV 192.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 154 219 158 0.30 0 0.28 0.14 123.69 0.47 0.73
Hex 9A DB 9E 1E 0 1C E 7C 2F 49
Octal 232 333 236 36 0 34 16 174 57 111
Binary 10011010 11011011 10011110 11110 0 11100 1110 1111100 101111 1001001

Color Harmonies of #9ADB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB9E

Black with #9ADB9E

Text Example


Text Example

White with #9ADB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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