Html Css Color HEX #A0E1AE Chinook

📋 copy color: '#A0E1AE'

red 160 ◦ green 225 ◦ blue 174

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

Shades of Chinook #A0E1AE

Tints of Chinook #A0E1AE

RGB

 RED value IS 160 (62.89% from 255) = 28.62%

 GREEN value IS 225 (88.28% from 255) = 40.25%

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

R = 28.62%
G = 40.25%
B = 31.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#A0E1AE (or 0xA0E1AE) is known color: Chinook. HEX triplet: A0, E1 and AE. RGB value is (160,225,174). Sum of RGB (Red+Green+Blue) = 160+225+174=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E1AE is #5F1E51. Grayscale: #C7C7C7. Windows color (decimal): -6233682 or 11461024. OLE color: 11461024.

HSL color Cylindrical-coordinate representation of color #A0E1AE: hue angle of 132.92º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1AE is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 174 -
CMYK 0.29 0 0.23 0.12
HSL 132.92º 0.52% 0.75% -
HSV(B) 132.92º 0.29% 0.88% -
XYZ 49.06 64.38 49.89 -
YUV 199.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 160 225 174 0.29 0 0.23 0.12 132.92 0.52 0.75
Hex A0 E1 AE 1D 0 17 C 85 34 4B
Octal 240 341 256 35 0 27 14 205 64 113
Binary 10100000 11100001 10101110 11101 0 10111 1100 10000101 110100 1001011

Color Harmonies of #A0E1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E1AE

Black with #A0E1AE

Text Example


Text Example

White with #A0E1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E1AE; }

 p { color: rgb(160,225,174); }

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

background-color css

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

 a { background-color: rgb(160,225,174); }

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

border-color css

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

 span { border-color: rgb(160,225,174); }

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