#A2EFA6

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

Shades of Celadon #A2EFA6

Tints of Celadon #A2EFA6

Color information

#A2EFA6 (or 0xA2EFA6) is unknown color: approx Celadon. HEX triplet: A2, EF and A6. RGB value is (162,239,166). Sum of RGB (Red+Green+Blue) = 162+239+166=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EFA6 is #5D1059. Grayscale: #CFCFCF. Windows color (decimal): -6099034 or 10940322. OLE color: 10940322.

HSL color Cylindrical-coordinate representation of color #A2EFA6: hue angle of 123.12º degrees, saturation: 0.71, 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 #A2EFA6 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB162239166-
CMYK0.3200.310.06
HSL123.12º70.64%78.63%-
HSV(B)123.12º32.22%93.73%-
XYZ52.6572.1747.23-
YUV207.65104.4995.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 239 (93.75% from 255) = 42.15%
BLUE value IS 166 (65.23% from 255) = 29.28%
R=28.57%
G=42.15%
B=29.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391660.3200.310.06123.1270.6478.63
HexA2EFA62001F67b474f
Octal242357246400376173107117
Binary101000101110111110100110100000011111110111101110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EFA6; }

 p { color: rgb(162,239,166); }

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

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

 a { background-color: rgb(162,239,166); }

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

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

 span { border-color: rgb(162,239,166); }

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