#a3dd30

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

Shades of Atlantis #A3DD30

Tints of Atlantis #A3DD30

Color information

#A3DD30 (or 0xA3DD30) is unknown color: approx Atlantis. HEX triplet: A3, DD and 30. RGB value is (163,221,48). Sum of RGB (Red+Green+Blue) = 163+221+48=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD30 is #5C22CF. Grayscale: #B8B8B8. Windows color (decimal): -6038224 or 3202467. OLE color: 3202467.

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

Color convert

RGB16322148-
CMYK0.2600.780.13
HSL80.12º71.78%52.75%-
HSV(B)80.12º78.28%86.67%-
XYZ41.4959.7112.14-
YUV183.9451.28113.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 221 (86.72% from 255) = 51.16%
BLUE value IS 48 (19.14% from 255) = 11.11%
R=37.73%
G=51.16%
B=11.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163221480.2600.780.1380.1271.7852.75
HexA3DD301A04ED504835
Octal243335603201161512011065
Binary10100011110111011100001101001001110110110100001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3dd30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3dd30; }

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

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

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

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

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

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

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

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