#A2DD45

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

Shades of Atlantis #A2DD45

Tints of Atlantis #A2DD45

Color information

#A2DD45 (or 0xA2DD45) is unknown color: approx Atlantis. HEX triplet: A2, DD and 45. RGB value is (162,221,69). Sum of RGB (Red+Green+Blue) = 162+221+69=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD45 is #5D22BA. Grayscale: #BABABA. Windows color (decimal): -6103739 or 4578722. OLE color: 4578722.

HSL color Cylindrical-coordinate representation of color #A2DD45: hue angle of 83.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2DD45 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB16222169-
CMYK0.2700.690.13
HSL83.29º69.09%56.86%-
HSV(B)83.29º68.78%86.67%-
XYZ41.8359.8214.97-
YUV186.0361.95110.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 69 (27.34% from 255) = 15.27%
R=35.84%
G=48.89%
B=15.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162221690.2700.690.1383.2969.0956.86
HexA2DD451B045D534539
Octal2423351053301051512310571
Binary101000101101110110001011101101000101110110100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD45; }

 p { color: rgb(162,221,69); }

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

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

 a { background-color: rgb(162,221,69); }

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

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

 span { border-color: rgb(162,221,69); }

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