#A0E6AF

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

Shades of Celadon #A0E6AF

Tints of Celadon #A0E6AF

Color information

#A0E6AF (or 0xA0E6AF) is unknown color: approx Celadon. HEX triplet: A0, E6 and AF. RGB value is (160,230,175). Sum of RGB (Red+Green+Blue) = 160+230+175=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E6AF is #5F1950. Grayscale: #CACACA. Windows color (decimal): -6232401 or 11527840. OLE color: 11527840.

HSL color Cylindrical-coordinate representation of color #A0E6AF: hue angle of 132.86º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E6AF is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB160230175-
CMYK0.3000.240.10
HSL132.86º58.33%76.47%-
HSV(B)132.86º30.43%90.2%-
XYZ50.5367.1650.86-
YUV202.8112.3197.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 230 (90.23% from 255) = 40.71%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=28.32%
G=40.71%
B=30.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602301750.3000.240.10132.8658.3376.47
HexA0E6AF1E018A853a4c
Octal240346257360301220572114
Binary101000001110011010101111111100110001010100001011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E6AF; }

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

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

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

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

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

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

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

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