#A6D13F

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

Shades of Atlantis #A6D13F

Tints of Atlantis #A6D13F

Color information

#A6D13F (or 0xA6D13F) is unknown color: approx Atlantis. HEX triplet: A6, D1 and 3F. RGB value is (166,209,63). Sum of RGB (Red+Green+Blue) = 166+209+63=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D13F is #592EC0. Grayscale: #B4B4B4. Windows color (decimal): -5844673 or 4182438. OLE color: 4182438.

HSL color Cylindrical-coordinate representation of color #A6D13F: hue angle of 77.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6D13F is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB16620963-
CMYK0.2100.700.18
HSL77.67º61.34%53.33%-
HSV(B)77.67º69.86%81.96%-
XYZ39.4254.0713.06-
YUV179.562.25118.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 209 (82.03% from 255) = 47.72%
BLUE value IS 63 (25% from 255) = 14.38%
R=37.90%
G=47.72%
B=14.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166209630.2100.700.1877.6761.3453.33
HexA6D13F15046124e3d35
Octal24632177250106221167565
Binary10100110110100011111111010101000110100101001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D13F; }

 p { color: rgb(166,209,63); }

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

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

 a { background-color: rgb(166,209,63); }

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

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

 span { border-color: rgb(166,209,63); }

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