#A6E8AC

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

Shades of Celadon #A6E8AC

Tints of Celadon #A6E8AC

Color information

#A6E8AC (or 0xA6E8AC) is unknown color: approx Celadon. HEX triplet: A6, E8 and AC. RGB value is (166,232,172). Sum of RGB (Red+Green+Blue) = 166+232+172=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E8AC is #591753. Grayscale: #CDCDCD. Windows color (decimal): -5838676 or 11331750. OLE color: 11331750.

HSL color Cylindrical-coordinate representation of color #A6E8AC: hue angle of 125.45º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E8AC is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB166232172-
CMYK0.2800.260.09
HSL125.45º58.93%78.04%-
HSV(B)125.45º28.45%90.98%-
XYZ52.0368.849.57-
YUV205.43109.1399.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.12%
GREEN value IS 232 (91.02% from 255) = 40.70%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=29.12%
G=40.70%
B=30.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662321720.2800.260.09125.4558.9378.04
HexA6E8AC1C01A97d3b4e
Octal246350254340321117573116
Binary10100110111010001010110011100011010100111111011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E8AC; }

 p { color: rgb(166,232,172); }

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

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

 a { background-color: rgb(166,232,172); }

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

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

 span { border-color: rgb(166,232,172); }

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