#A6EFA6

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

Shades of Celadon #A6EFA6

Tints of Celadon #A6EFA6

Color information

#A6EFA6 (or 0xA6EFA6) is unknown color: approx Celadon. HEX triplet: A6, EF and A6. RGB value is (166,239,166). Sum of RGB (Red+Green+Blue) = 166+239+166=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EFA6 is #591059. Grayscale: #D1D1D1. Windows color (decimal): -5836890 or 10940326. OLE color: 10940326.

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

Color convert

RGB166239166-
CMYK0.3100.310.06
HSL120º69.52%79.41%-
HSV(B)120º30.54%93.73%-
XYZ53.4872.5947.27-
YUV208.85103.8297.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=29.07%
G=41.86%
B=29.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662391660.3100.310.0612069.5279.41
HexA6EFA61F01F678464f
Octal246357246370376170106117
Binary10100110111011111010011011111011111110111100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EFA6; }

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

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

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

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

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

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

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

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