#A2F8AE

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

Shades of Celadon #A2F8AE

Tints of Celadon #A2F8AE

Color information

#A2F8AE (or 0xA2F8AE) is unknown color: approx Celadon. HEX triplet: A2, F8 and AE. RGB value is (162,248,174). Sum of RGB (Red+Green+Blue) = 162+248+174=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F8AE is #5D0751. Grayscale: #D6D6D6. Windows color (decimal): -6096722 or 11466914. OLE color: 11466914.

HSL color Cylindrical-coordinate representation of color #A2F8AE: hue angle of 128.37º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F8AE is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB162248174-
CMYK0.3500.300.03
HSL128.37º86%80.39%-
HSV(B)128.37º34.68%97.25%-
XYZ56.1177.8752.12-
YUV213.85105.5191.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=27.74%
G=42.47%
B=29.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622481740.3500.300.03128.378680.39
HexA2F8AE2301E3805650
Octal242370256430363200126120
Binary101000101111100010101110100011011110111000000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F8AE; }

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

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

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

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

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

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

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

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