#A6F0A7

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

Shades of Celadon #A6F0A7

Tints of Celadon #A6F0A7

Color information

#A6F0A7 (or 0xA6F0A7) is unknown color: approx Celadon. HEX triplet: A6, F0 and A7. RGB value is (166,240,167). Sum of RGB (Red+Green+Blue) = 166+240+167=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F0A7 is #590F58. Grayscale: #D1D1D1. Windows color (decimal): -5836633 or 11006118. OLE color: 11006118.

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

Color convert

RGB166240167-
CMYK0.3100.300.06
HSL120.81º71.15%79.61%-
HSV(B)120.81º30.83%94.12%-
XYZ53.8673.2247.85-
YUV209.55103.9896.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 240 (94.14% from 255) = 41.88%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=28.97%
G=41.88%
B=29.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662401670.3100.300.06120.8171.1579.61
HexA6F0A71F01E6794750
Octal246360247370366171107120
Binary10100110111100001010011111111011110110111100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F0A7; }

 p { color: rgb(166,240,167); }

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

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

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

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

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

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

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