#A6F5AA

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

Shades of Celadon #A6F5AA

Tints of Celadon #A6F5AA

Color information

#A6F5AA (or 0xA6F5AA) is unknown color: approx Celadon. HEX triplet: A6, F5 and AA. RGB value is (166,245,170). Sum of RGB (Red+Green+Blue) = 166+245+170=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F5AA is #590A55. Grayscale: #D5D5D5. Windows color (decimal): -5835350 or 11204006. OLE color: 11204006.

HSL color Cylindrical-coordinate representation of color #A6F5AA: hue angle of 123.04º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F5AA is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB166245170-
CMYK0.3200.310.04
HSL123.04º79.8%80.59%-
HSV(B)123.04º32.24%96.08%-
XYZ55.6376.3149.83-
YUV212.83103.8394.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=28.57%
G=42.17%
B=29.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662451700.3200.310.04123.0479.880.59
HexA6F5AA2001F47b5051
Octal246365252400374173120121
Binary101001101111010110101010100000011111100111101110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F5AA; }

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

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

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

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

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

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

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

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