#A3D04B

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

Shades of Atlantis #A3D04B

Tints of Atlantis #A3D04B

Color information

#A3D04B (or 0xA3D04B) is unknown color: approx Atlantis. HEX triplet: A3, D0 and 4B. RGB value is (163,208,75). Sum of RGB (Red+Green+Blue) = 163+208+75=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D04B is #5C2FB4. Grayscale: #B3B3B3. Windows color (decimal): -6041525 or 4968611. OLE color: 4968611.

HSL color Cylindrical-coordinate representation of color #A3D04B: hue angle of 80.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3D04B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB16320875-
CMYK0.2200.640.18
HSL80.3º58.59%55.49%-
HSV(B)80.3º63.94%81.57%-
XYZ38.9353.4114.91-
YUV179.3869.09116.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 208 (81.64% from 255) = 46.64%
BLUE value IS 75 (29.69% from 255) = 16.82%
R=36.55%
G=46.64%
B=16.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163208750.2200.640.1880.358.5955.49
HexA3D04B1604012503b37
Octal243320113260100221207367
Binary101000111101000010010111011001000000100101010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D04B; }

 p { color: rgb(163,208,75); }

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

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

 a { background-color: rgb(163,208,75); }

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

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

 span { border-color: rgb(163,208,75); }

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