#A6F0AA

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

Shades of Celadon #A6F0AA

Tints of Celadon #A6F0AA

Color information

#A6F0AA (or 0xA6F0AA) is unknown color: approx Celadon. HEX triplet: A6, F0 and AA. RGB value is (166,240,170). Sum of RGB (Red+Green+Blue) = 166+240+170=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F0AA is #590F55. Grayscale: #D2D2D2. Windows color (decimal): -5836630 or 11202726. OLE color: 11202726.

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

Color convert

RGB166240170-
CMYK0.3100.290.06
HSL123.24º71.15%79.61%-
HSV(B)123.24º30.83%94.12%-
XYZ54.1473.3349.33-
YUV209.89105.4896.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 240 (94.14% from 255) = 41.67%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=28.82%
G=41.67%
B=29.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662401700.3100.290.06123.2471.1579.61
HexA6F0AA1F01D67b4750
Octal246360252370356173107120
Binary10100110111100001010101011111011101110111101110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F0AA; }

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

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

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

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

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

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

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

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