Html Css Color HEX #A2D5AF Chinook

📋 copy color: '#A2D5AF'

red 162 ◦ green 213 ◦ blue 175

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

Shades of Chinook #A2D5AF

Tints of Chinook #A2D5AF

RGB

 RED value IS 162 (63.67% from 255) = 29.45%

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

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 29.45%
G = 38.73%
B = 31.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#A2D5AF (or 0xA2D5AF) is known color: Chinook. HEX triplet: A2, D5 and AF. RGB value is (162,213,175). Sum of RGB (Red+Green+Blue) = 162+213+175=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5AF is #5D2A50. Grayscale: #C1C1C1. Windows color (decimal): -6105681 or 11523490. OLE color: 11523490.

HSL color Cylindrical-coordinate representation of color #A2D5AF: hue angle of 135.29º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D5AF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 175 -
CMYK 0.24 0 0.18 0.16
HSL 135.29º 0.38% 0.74% -
HSV(B) 135.29º 0.24% 0.84% -
XYZ 46.43 58.37 49.38 -
YUV 193.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 162 213 175 0.24 0 0.18 0.16 135.29 0.38 0.74
Hex A2 D5 AF 18 0 12 10 87 26 4A
Octal 242 325 257 30 0 22 20 207 46 112
Binary 10100010 11010101 10101111 11000 0 10010 10000 10000111 100110 1001010

Color Harmonies of #A2D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5AF

Black with #A2D5AF

Text Example


Text Example

White with #A2D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5AF; }

 p { color: rgb(162,213,175); }

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

background-color css

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

 a { background-color: rgb(162,213,175); }

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

border-color css

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

 span { border-color: rgb(162,213,175); }

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