#A2D848

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

Shades of Atlantis #A2D848

Tints of Atlantis #A2D848

Color information

#A2D848 (or 0xA2D848) is unknown color: approx Atlantis. HEX triplet: A2, D8 and 48. RGB value is (162,216,72). Sum of RGB (Red+Green+Blue) = 162+216+72=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D848 is #5D27B7. Grayscale: #B7B7B7. Windows color (decimal): -6105016 or 4774050. OLE color: 4774050.

HSL color Cylindrical-coordinate representation of color #A2D848: hue angle of 82.5º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2D848 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB16221672-
CMYK0.2500.670.15
HSL82.5º64.86%56.47%-
HSV(B)82.5º66.67%84.71%-
XYZ40.6357.2615.04-
YUV183.4465.11112.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 216 (84.77% from 255) = 48%
BLUE value IS 72 (28.52% from 255) = 16%
R=36%
G=48%
B=16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162216720.2500.670.1582.564.8656.47
HexA2D84819043F524138
Octal2423301103101031712210170
Binary101000101101100010010001100101000011111110100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D848; }

 p { color: rgb(162,216,72); }

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

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

 a { background-color: rgb(162,216,72); }

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

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

 span { border-color: rgb(162,216,72); }

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