#A3DD38

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

Shades of Atlantis #A3DD38

Tints of Atlantis #A3DD38

Color information

#A3DD38 (or 0xA3DD38) is unknown color: approx Atlantis. HEX triplet: A3, DD and 38. RGB value is (163,221,56). Sum of RGB (Red+Green+Blue) = 163+221+56=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD38 is #5C22C7. Grayscale: #B9B9B9. Windows color (decimal): -6038216 or 3726755. OLE color: 3726755.

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

Color convert

RGB16322156-
CMYK0.2600.750.13
HSL81.09º70.82%54.31%-
HSV(B)81.09º74.66%86.67%-
XYZ41.6759.7813.08-
YUV184.8555.28112.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 221 (86.72% from 255) = 50.23%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=37.05%
G=50.23%
B=12.73%

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
Decimal163221560.2600.750.1381.0970.8254.31
HexA3DD381A04BD514736
Octal243335703201131512110766
Binary10100011110111011110001101001001011110110100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD38; }

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

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

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

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

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

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

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

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