Html Css Color HEX #9ADA9F Chinook

📋 copy color: '#9ADA9F'

red 154 ◦ green 218 ◦ blue 159

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

Shades of Chinook #9ADA9F

Tints of Chinook #9ADA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 29%
G = 41.05%
B = 29.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#9ADA9F (or 0x9ADA9F) is known color: Chinook. HEX triplet: 9A, DA and 9F. RGB value is (154,218,159). Sum of RGB (Red+Green+Blue) = 154+218+159=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA9F is #652560. Grayscale: #C0C0C0. Windows color (decimal): -6628705 or 10476186. OLE color: 10476186.

HSL color Cylindrical-coordinate representation of color #9ADA9F: hue angle of 124.69º 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 #9ADA9F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 159 -
CMYK 0.29 0 0.27 0.15
HSL 124.69º 0.46% 0.73% -
HSV(B) 124.69º 0.29% 0.85% -
XYZ 44.66 59.52 41.94 -
YUV 192.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 154 218 159 0.29 0 0.27 0.15 124.69 0.46 0.73
Hex 9A DA 9F 1D 0 1B F 7D 2E 49
Octal 232 332 237 35 0 33 17 175 56 111
Binary 10011010 11011010 10011111 11101 0 11011 1111 1111101 101110 1001001

Color Harmonies of #9ADA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA9F

Black with #9ADA9F

Text Example


Text Example

White with #9ADA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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