Html Css Color HEX #9AD5A4 Chinook

📋 copy color: '#9AD5A4'

red 154 ◦ green 213 ◦ blue 164

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

Shades of Chinook #9AD5A4

Tints of Chinook #9AD5A4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

 BLUE value IS 164 (64.45% from 255) = 30.89%

R = 29%
G = 40.11%
B = 30.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#9AD5A4 (or 0x9AD5A4) is known color: Chinook. HEX triplet: 9A, D5 and A4. RGB value is (154,213,164). Sum of RGB (Red+Green+Blue) = 154+213+164=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD5A4 is #652A5B. Grayscale: #BDBDBD. Windows color (decimal): -6629980 or 10802586. OLE color: 10802586.

HSL color Cylindrical-coordinate representation of color #9AD5A4: hue angle of 130.17º degrees, saturation: 0.41, 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 #9AD5A4 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 213 164 -
CMYK 0.28 0 0.23 0.16
HSL 130.17º 0.41% 0.72% -
HSV(B) 130.17º 0.28% 0.84% -
XYZ 43.82 57.14 43.84 -
YUV 189.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 154 213 164 0.28 0 0.23 0.16 130.17 0.41 0.72
Hex 9A D5 A4 1C 0 17 10 82 29 48
Octal 232 325 244 34 0 27 20 202 51 110
Binary 10011010 11010101 10100100 11100 0 10111 10000 10000010 101001 1001000

Color Harmonies of #9AD5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD5A4

Black with #9AD5A4

Text Example


Text Example

White with #9AD5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,164); }

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

background-color css

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

 a { background-color: rgb(154,213,164); }

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

border-color css

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

 span { border-color: rgb(154,213,164); }

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