Html Css Color HEX #9AD6A2 Chinook

📋 copy color: '#9AD6A2'

red 154 ◦ green 214 ◦ blue 162

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

Shades of Chinook #9AD6A2

Tints of Chinook #9AD6A2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 162 (63.67% from 255) = 30.57%

R = 29.06%
G = 40.38%
B = 30.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#9AD6A2 (or 0x9AD6A2) is known color: Chinook. HEX triplet: 9A, D6 and A2. RGB value is (154,214,162). Sum of RGB (Red+Green+Blue) = 154+214+162=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6A2 is #65295D. Grayscale: #BEBEBE. Windows color (decimal): -6629726 or 10671770. OLE color: 10671770.

HSL color Cylindrical-coordinate representation of color #9AD6A2: hue angle of 128º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD6A2 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 162 -
CMYK 0.28 0 0.24 0.16
HSL 128º 0.42% 0.72% -
HSV(B) 128º 0.28% 0.84% -
XYZ 43.89 57.57 42.98 -
YUV 190.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 154 214 162 0.28 0 0.24 0.16 128 0.42 0.72
Hex 9A D6 A2 1C 0 18 10 80 2A 48
Octal 232 326 242 34 0 30 20 200 52 110
Binary 10011010 11010110 10100010 11100 0 11000 10000 10000000 101010 1001000

Color Harmonies of #9AD6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD6A2

Black with #9AD6A2

Text Example


Text Example

White with #9AD6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,214,162); }

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

background-color css

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

 a { background-color: rgb(154,214,162); }

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

border-color css

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

 span { border-color: rgb(154,214,162); }

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