#A6F0AE

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

Shades of Celadon #A6F0AE

Tints of Celadon #A6F0AE

Color information

#A6F0AE (or 0xA6F0AE) is unknown color: approx Celadon. HEX triplet: A6, F0 and AE. RGB value is (166,240,174). Sum of RGB (Red+Green+Blue) = 166+240+174=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F0AE is #590F51. Grayscale: #D2D2D2. Windows color (decimal): -5836626 or 11464870. OLE color: 11464870.

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

Color convert

RGB166240174-
CMYK0.3100.280.06
HSL126.49º71.15%79.61%-
HSV(B)126.49º30.83%94.12%-
XYZ54.5373.4851.35-
YUV210.35107.4896.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.62%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 174 (68.36% from 255) = 30%
R=28.62%
G=41.38%
B=30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662401740.3100.280.06126.4971.1579.61
HexA6F0AE1F01C67e4750
Octal246360256370346176107120
Binary10100110111100001010111011111011100110111111010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F0AE; }

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

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

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

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

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

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

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

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