#A4DD38

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

Shades of Atlantis #A4DD38

Tints of Atlantis #A4DD38

Color information

#A4DD38 (or 0xA4DD38) is unknown color: approx Atlantis. HEX triplet: A4, DD and 38. RGB value is (164,221,56). Sum of RGB (Red+Green+Blue) = 164+221+56=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DD38 is #5B22C7. Grayscale: #B9B9B9. Windows color (decimal): -5972680 or 3726756. OLE color: 3726756.

HSL color Cylindrical-coordinate representation of color #A4DD38: hue angle of 80.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4DD38 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB16422156-
CMYK0.2600.750.13
HSL80.73º70.82%54.31%-
HSV(B)80.73º74.66%86.67%-
XYZ41.8859.8913.09-
YUV185.1555.12112.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 56 (22.27% from 255) = 12.70%
R=37.19%
G=50.11%
B=12.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164221560.2600.750.1380.7370.8254.31
HexA4DD381A04BD514736
Octal244335703201131512110766
Binary10100100110111011110001101001001011110110100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD38; }

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

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

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

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

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

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

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

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