#a4d349

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

Shades of Atlantis #A4D349

Tints of Atlantis #A4D349

Color information

#A4D349 (or 0xA4D349) is unknown color: approx Atlantis. HEX triplet: A4, D3 and 49. RGB value is (164,211,73). Sum of RGB (Red+Green+Blue) = 164+211+73=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D349 is #5B2CB6. Grayscale: #B5B5B5. Windows color (decimal): -5975223 or 4838308. OLE color: 4838308.

HSL color Cylindrical-coordinate representation of color #A4D349: hue angle of 80.43º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4D349 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB16421173-
CMYK0.2200.650.17
HSL80.43º61.06%55.69%-
HSV(B)80.43º65.4%82.75%-
XYZ39.8154.9614.81-
YUV181.2266.93115.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 211 (82.81% from 255) = 47.10%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=36.61%
G=47.10%
B=16.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164211730.2200.650.1780.4361.0655.69
HexA4D3491604111503d38
Octal244323111260101211207570
Binary101001001101001110010011011001000001100011010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4d349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4d349; }

 p { color: rgb(164,211,73); }

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

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

 a { background-color: rgb(164,211,73); }

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

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

 span { border-color: rgb(164,211,73); }

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