#A2F0AE

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

Shades of Celadon #A2F0AE

Tints of Celadon #A2F0AE

Color information

#A2F0AE (or 0xA2F0AE) is unknown color: approx Celadon. HEX triplet: A2, F0 and AE. RGB value is (162,240,174). Sum of RGB (Red+Green+Blue) = 162+240+174=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F0AE is #5D0F51. Grayscale: #D1D1D1. Windows color (decimal): -6098770 or 11464866. OLE color: 11464866.

HSL color Cylindrical-coordinate representation of color #A2F0AE: hue angle of 129.23º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2F0AE is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB162240174-
CMYK0.3200.280.06
HSL129.23º72.22%78.82%-
HSV(B)129.23º32.5%94.12%-
XYZ53.773.0651.32-
YUV209.15108.1694.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.12%
GREEN value IS 240 (94.14% from 255) = 41.67%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=28.12%
G=41.67%
B=30.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622401740.3200.280.06129.2372.2278.82
HexA2F0AE2001C681484f
Octal242360256400346201110117
Binary1010001011110000101011101000000111001101000000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F0AE; }

 p { color: rgb(162,240,174); }

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

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

 a { background-color: rgb(162,240,174); }

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

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

 span { border-color: rgb(162,240,174); }

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