#A0E0AF

Color #A0E0AF Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A0E0AF

Tints of Chinook #A0E0AF

Color information

#A0E0AF (or 0xA0E0AF) is unknown color: approx Chinook. HEX triplet: A0, E0 and AF. RGB value is (160,224,175). Sum of RGB (Red+Green+Blue) = 160+224+175=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E0AF is #5F1F50. Grayscale: #C7C7C7. Windows color (decimal): -6233937 or 11526304. OLE color: 11526304.

HSL color Cylindrical-coordinate representation of color #A0E0AF: hue angle of 134.06º degrees, saturation: 0.51, 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 #A0E0AF is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB160224175-
CMYK0.2900.220.12
HSL134.06º50.79%75.29%-
HSV(B)134.06º28.57%87.84%-
XYZ48.8963.8850.31-
YUV199.28114.399.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=28.62%
G=40.07%
B=31.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602241750.2900.220.12134.0650.7975.29
HexA0E0AF1D016C86334b
Octal240340257350261420663113
Binary101000001110000010101111111010101101100100001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E0AF; }

 p { color: rgb(160,224,175); }

 H1.HeaderClassName
 {
   color: #A0E0AF;
 }
 .AnyTagClassName
 {
   color: #A0E0AF;
 }
</style>
background-color css

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

 a { background-color: rgb(160,224,175); }

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

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

 span { border-color: rgb(160,224,175); }

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