#A4DD44

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

Shades of Atlantis #A4DD44

Tints of Atlantis #A4DD44

Color information

#A4DD44 (or 0xA4DD44) is unknown color: approx Atlantis. HEX triplet: A4, DD and 44. RGB value is (164,221,68). Sum of RGB (Red+Green+Blue) = 164+221+68=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DD44 is #5B22BB. Grayscale: #BBBBBB. Windows color (decimal): -5972668 or 4513188. OLE color: 4513188.

HSL color Cylindrical-coordinate representation of color #A4DD44: hue angle of 82.35º 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 #A4DD44 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB16422168-
CMYK0.2600.690.13
HSL82.35º69.23%56.67%-
HSV(B)82.35º69.23%86.67%-
XYZ42.2160.0214.83-
YUV186.5261.12111.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 68 (26.95% from 255) = 15.01%
R=36.20%
G=48.79%
B=15.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164221680.2600.690.1382.3569.2356.67
HexA4DD441A045D524539
Octal2443351043201051512210571
Binary101001001101110110001001101001000101110110100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD44; }

 p { color: rgb(164,221,68); }

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

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

 a { background-color: rgb(164,221,68); }

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

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

 span { border-color: rgb(164,221,68); }

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