#A0F4AD

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

Shades of Celadon #A0F4AD

Tints of Celadon #A0F4AD

Color information

#A0F4AD (or 0xA0F4AD) is unknown color: approx Celadon. HEX triplet: A0, F4 and AD. RGB value is (160,244,173). Sum of RGB (Red+Green+Blue) = 160+244+173=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F4AD is #5F0B52. Grayscale: #D2D2D2. Windows color (decimal): -6228819 or 11400352. OLE color: 11400352.

HSL color Cylindrical-coordinate representation of color #A0F4AD: hue angle of 129.29º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4AD is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB160244173-
CMYK0.3400.290.04
HSL129.29º79.25%79.22%-
HSV(B)129.29º34.43%95.69%-
XYZ54.3975.1951.18-
YUV210.79106.6791.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 244 (95.70% from 255) = 42.29%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=27.73%
G=42.29%
B=29.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441730.3400.290.04129.2979.2579.22
HexA0F4AD2201D4814f4f
Octal240364255420354201117117
Binary1010000011110100101011011000100111011001000000110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F4AD; }

 p { color: rgb(160,244,173); }

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

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

 a { background-color: rgb(160,244,173); }

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

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

 span { border-color: rgb(160,244,173); }

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