Html Css Color HEX #9AD4A5 Chinook

📋 copy color: '#9AD4A5'

red 154 ◦ green 212 ◦ blue 165

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

Shades of Chinook #9AD4A5

Tints of Chinook #9AD4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

 BLUE value IS 165 (64.84% from 255) = 31.07%

R = 29%
G = 39.92%
B = 31.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#9AD4A5 (or 0x9AD4A5) is known color: Chinook. HEX triplet: 9A, D4 and A5. RGB value is (154,212,165). Sum of RGB (Red+Green+Blue) = 154+212+165=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD4A5 is #652B5A. Grayscale: #BDBDBD. Windows color (decimal): -6630235 or 10867866. OLE color: 10867866.

HSL color Cylindrical-coordinate representation of color #9AD4A5: hue angle of 131.38º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD4A5 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 212 165 -
CMYK 0.27 0 0.22 0.17
HSL 131.38º 0.4% 0.72% -
HSV(B) 131.38º 0.27% 0.83% -
XYZ 43.66 56.67 44.24 -
YUV 189.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 154 212 165 0.27 0 0.22 0.17 131.38 0.4 0.72
Hex 9A D4 A5 1B 0 16 11 83 28 48
Octal 232 324 245 33 0 26 21 203 50 110
Binary 10011010 11010100 10100101 11011 0 10110 10001 10000011 101000 1001000

Color Harmonies of #9AD4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD4A5

Black with #9AD4A5

Text Example


Text Example

White with #9AD4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,212,165); }

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

background-color css

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

 a { background-color: rgb(154,212,165); }

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

border-color css

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

 span { border-color: rgb(154,212,165); }

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