#A2D048

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

Shades of Atlantis #A2D048

Tints of Atlantis #A2D048

Color information

#A2D048 (or 0xA2D048) is unknown color: approx Atlantis. HEX triplet: A2, D0 and 48. RGB value is (162,208,72). Sum of RGB (Red+Green+Blue) = 162+208+72=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D048 is #5D2FB7. Grayscale: #B3B3B3. Windows color (decimal): -6107064 or 4772002. OLE color: 4772002.

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

Color convert

RGB16220872-
CMYK0.2200.650.18
HSL80.29º59.13%54.9%-
HSV(B)80.29º65.38%81.57%-
XYZ38.6353.2614.38-
YUV178.7467.76116.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 208 (81.64% from 255) = 47.06%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=36.65%
G=47.06%
B=16.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162208720.2200.650.1880.2959.1354.9
HexA2D0481604112503b37
Octal242320110260101221207367
Binary101000101101000010010001011001000001100101010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D048; }

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

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

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

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

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

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

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

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