Html Css Color HEX #A5D5AE Chinook

📋 copy color: '#A5D5AE'

red 165 ◦ green 213 ◦ blue 174

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

Shades of Chinook #A5D5AE

Tints of Chinook #A5D5AE

RGB

 RED value IS 165 (64.84% from 255) = 29.89%

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

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 29.89%
G = 38.59%
B = 31.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#A5D5AE (or 0xA5D5AE) is known color: Chinook. HEX triplet: A5, D5 and AE. RGB value is (165,213,174). Sum of RGB (Red+Green+Blue) = 165+213+174=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5AE is #5A2A51. Grayscale: #C2C2C2. Windows color (decimal): -5909074 or 11457957. OLE color: 11457957.

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

Color convert

RGB 165 213 174 -
CMYK 0.23 0 0.18 0.16
HSL 131.25º 0.36% 0.74% -
HSV(B) 131.25º 0.23% 0.84% -
XYZ 46.95 58.64 48.89 -
YUV 194.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 165 213 174 0.23 0 0.18 0.16 131.25 0.36 0.74
Hex A5 D5 AE 17 0 12 10 83 24 4A
Octal 245 325 256 27 0 22 20 203 44 112
Binary 10100101 11010101 10101110 10111 0 10010 10000 10000011 100100 1001010

Color Harmonies of #A5D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D5AE

Black with #A5D5AE

Text Example


Text Example

White with #A5D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D5AE; }

 p { color: rgb(165,213,174); }

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

background-color css

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

 a { background-color: rgb(165,213,174); }

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

border-color css

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

 span { border-color: rgb(165,213,174); }

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