Html Css Color HEX #9AD19D Chinook

📋 copy color: '#9AD19D'

red 154 ◦ green 209 ◦ blue 157

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

Shades of Chinook #9AD19D

Tints of Chinook #9AD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

 BLUE value IS 157 (61.72% from 255) = 30.19%

R = 29.62%
G = 40.19%
B = 30.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#9AD19D (or 0x9AD19D) is known color: Chinook. HEX triplet: 9A, D1 and 9D. RGB value is (154,209,157). Sum of RGB (Red+Green+Blue) = 154+209+157=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD19D is #652E62. Grayscale: #BABABA. Windows color (decimal): -6631011 or 10342810. OLE color: 10342810.

HSL color Cylindrical-coordinate representation of color #9AD19D: hue angle of 123.27º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD19D is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 209 157 -
CMYK 0.26 0 0.25 0.18
HSL 123.27º 0.37% 0.71% -
HSV(B) 123.27º 0.26% 0.82% -
XYZ 42.21 54.91 40.27 -
YUV 186.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 154 209 157 0.26 0 0.25 0.18 123.27 0.37 0.71
Hex 9A D1 9D 1A 0 19 12 7B 25 47
Octal 232 321 235 32 0 31 22 173 45 107
Binary 10011010 11010001 10011101 11010 0 11001 10010 1111011 100101 1000111

Color Harmonies of #9AD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD19D

Black with #9AD19D

Text Example


Text Example

White with #9AD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,209,157); }

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

background-color css

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

 a { background-color: rgb(154,209,157); }

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

border-color css

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

 span { border-color: rgb(154,209,157); }

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