#A6F6AF

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

Shades of Celadon #A6F6AF

Tints of Celadon #A6F6AF

Color information

#A6F6AF (or 0xA6F6AF) is unknown color: approx Celadon. HEX triplet: A6, F6 and AF. RGB value is (166,246,175). Sum of RGB (Red+Green+Blue) = 166+246+175=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F6AF is #590950. Grayscale: #D6D6D6. Windows color (decimal): -5835089 or 11531942. OLE color: 11531942.

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

Color convert

RGB166246175-
CMYK0.3300.290.04
HSL126.75º81.63%80.78%-
HSV(B)126.75º32.52%96.47%-
XYZ56.4277.1152.47-
YUV213.9910693.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 246 (96.48% from 255) = 41.91%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=28.28%
G=41.91%
B=29.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662461750.3300.290.04126.7581.6380.78
HexA6F6AF2101D47f5251
Octal246366257410354177122121
Binary101001101111011010101111100001011101100111111110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F6AF; }

 p { color: rgb(166,246,175); }

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

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

 a { background-color: rgb(166,246,175); }

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

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

 span { border-color: rgb(166,246,175); }

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