Html Css Color HEX #9ADA9E Chinook

📋 copy color: '#9ADA9E'

red 154 ◦ green 218 ◦ blue 158

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

Shades of Chinook #9ADA9E

Tints of Chinook #9ADA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 29.06%
G = 41.13%
B = 29.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#9ADA9E (or 0x9ADA9E) is known color: Chinook. HEX triplet: 9A, DA and 9E. RGB value is (154,218,158). Sum of RGB (Red+Green+Blue) = 154+218+158=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA9E is #652561. Grayscale: #C0C0C0. Windows color (decimal): -6628706 or 10410650. OLE color: 10410650.

HSL color Cylindrical-coordinate representation of color #9ADA9E: hue angle of 123.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADA9E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 158 -
CMYK 0.29 0 0.28 0.15
HSL 123.75º 0.46% 0.73% -
HSV(B) 123.75º 0.29% 0.85% -
XYZ 44.57 59.48 41.48 -
YUV 192.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 154 218 158 0.29 0 0.28 0.15 123.75 0.46 0.73
Hex 9A DA 9E 1D 0 1C F 7C 2E 49
Octal 232 332 236 35 0 34 17 174 56 111
Binary 10011010 11011010 10011110 11101 0 11100 1111 1111100 101110 1001001

Color Harmonies of #9ADA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA9E

Black with #9ADA9E

Text Example


Text Example

White with #9ADA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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