#A6D248

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

Shades of Atlantis #A6D248

Tints of Atlantis #A6D248

Color information

#A6D248 (or 0xA6D248) is unknown color: approx Atlantis. HEX triplet: A6, D2 and 48. RGB value is (166,210,72). Sum of RGB (Red+Green+Blue) = 166+210+72=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D248 is #592DB7. Grayscale: #B5B5B5. Windows color (decimal): -5844408 or 4772518. OLE color: 4772518.

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

Color convert

RGB16621072-
CMYK0.2100.660.18
HSL79.13º60.53%55.29%-
HSV(B)79.13º65.71%82.35%-
XYZ39.9454.6714.58-
YUV181.1166.42117.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 210 (82.42% from 255) = 46.88%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=37.05%
G=46.88%
B=16.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166210720.2100.660.1879.1360.5355.29
HexA6D24815042124f3d37
Octal246322110250102221177567
Binary101001101101001010010001010101000010100101001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D248; }

 p { color: rgb(166,210,72); }

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

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

 a { background-color: rgb(166,210,72); }

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

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

 span { border-color: rgb(166,210,72); }

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