#A0E8AF

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

Shades of Celadon #A0E8AF

Tints of Celadon #A0E8AF

Color information

#A0E8AF (or 0xA0E8AF) is unknown color: approx Celadon. HEX triplet: A0, E8 and AF. RGB value is (160,232,175). Sum of RGB (Red+Green+Blue) = 160+232+175=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E8AF is #5F1750. Grayscale: #CCCCCC. Windows color (decimal): -6231889 or 11528352. OLE color: 11528352.

HSL color Cylindrical-coordinate representation of color #A0E8AF: hue angle of 132.5º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E8AF is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB160232175-
CMYK0.3100.250.09
HSL132.5º61.02%76.86%-
HSV(B)132.5º31.03%90.98%-
XYZ51.0968.2851.04-
YUV203.97111.6596.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 232 (91.02% from 255) = 40.92%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=28.22%
G=40.92%
B=30.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602321750.3100.250.09132.561.0276.86
HexA0E8AF1F0199843d4d
Octal240350257370311120475115
Binary101000001110100010101111111110110011001100001001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E8AF; }

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

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

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

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

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

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

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

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