#A6F1AE

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

Shades of Celadon #A6F1AE

Tints of Celadon #A6F1AE

Color information

#A6F1AE (or 0xA6F1AE) is unknown color: approx Celadon. HEX triplet: A6, F1 and AE. RGB value is (166,241,174). Sum of RGB (Red+Green+Blue) = 166+241+174=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F1AE is #590E51. Grayscale: #D3D3D3. Windows color (decimal): -5836370 or 11465126. OLE color: 11465126.

HSL color Cylindrical-coordinate representation of color #A6F1AE: hue angle of 126.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F1AE is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB166241174-
CMYK0.3100.280.05
HSL126.4º72.82%79.8%-
HSV(B)126.4º31.12%94.51%-
XYZ54.8274.0751.45-
YUV210.94107.1595.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=28.57%
G=41.48%
B=29.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411740.3100.280.05126.472.8279.8
HexA6F1AE1F01C57e4950
Octal246361256370345176111120
Binary10100110111100011010111011111011100101111111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F1AE; }

 p { color: rgb(166,241,174); }

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

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

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

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

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

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

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