#A4DA3E

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

Shades of Atlantis #A4DA3E

Tints of Atlantis #A4DA3E

Color information

#A4DA3E (or 0xA4DA3E) is unknown color: approx Atlantis. HEX triplet: A4, DA and 3E. RGB value is (164,218,62). Sum of RGB (Red+Green+Blue) = 164+218+62=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DA3E is #5B25C1. Grayscale: #B8B8B8. Windows color (decimal): -5973442 or 4119204. OLE color: 4119204.

HSL color Cylindrical-coordinate representation of color #A4DA3E: hue angle of 80.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4DA3E is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB16421862-
CMYK0.2500.720.15
HSL80.77º67.83%54.9%-
HSV(B)80.77º71.56%85.49%-
XYZ41.2558.3813.65-
YUV184.0759.11113.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 62 (24.61% from 255) = 13.96%
R=36.94%
G=49.10%
B=13.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164218620.2500.720.1580.7767.8354.9
HexA4DA3E19048F514437
Octal244332763101101712110467
Binary10100100110110101111101100101001000111110100011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DA3E; }

 p { color: rgb(164,218,62); }

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

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

 a { background-color: rgb(164,218,62); }

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

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

 span { border-color: rgb(164,218,62); }

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