#A6E0AC

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

Shades of Celadon #A6E0AC

Tints of Celadon #A6E0AC

Color information

#A6E0AC (or 0xA6E0AC) is unknown color: approx Celadon. HEX triplet: A6, E0 and AC. RGB value is (166,224,172). Sum of RGB (Red+Green+Blue) = 166+224+172=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E0AC is #591F53. Grayscale: #C8C8C8. Windows color (decimal): -5840724 or 11329702. OLE color: 11329702.

HSL color Cylindrical-coordinate representation of color #A6E0AC: hue angle of 126.21º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0AC is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB166224172-
CMYK0.2600.230.12
HSL126.21º48.33%76.47%-
HSV(B)126.21º25.89%87.84%-
XYZ49.8364.448.83-
YUV200.73111.78103.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=29.54%
G=39.86%
B=30.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662241720.2600.230.12126.2148.3376.47
HexA6E0AC1A017C7e304c
Octal246340254320271417660114
Binary10100110111000001010110011010010111110011111101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0AC; }

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

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

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

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

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

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

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

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