#A4DC35

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

Shades of Atlantis #A4DC35

Tints of Atlantis #A4DC35

Color information

#A4DC35 (or 0xA4DC35) is unknown color: approx Atlantis. HEX triplet: A4, DC and 35. RGB value is (164,220,53). Sum of RGB (Red+Green+Blue) = 164+220+53=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DC35 is #5B23CA. Grayscale: #B8B8B8. Windows color (decimal): -5972939 or 3529892. OLE color: 3529892.

HSL color Cylindrical-coordinate representation of color #A4DC35: hue angle of 80.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4DC35 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB16422053-
CMYK0.2500.760.14
HSL80.12º70.46%53.53%-
HSV(B)80.12º75.91%86.27%-
XYZ41.5559.3412.63-
YUV184.2253.95113.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 220 (86.33% from 255) = 50.34%
BLUE value IS 53 (21.09% from 255) = 12.13%
R=37.53%
G=50.34%
B=12.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164220530.2500.760.1480.1270.4653.53
HexA4DC351904CE504636
Octal244334653101141612010666
Binary10100100110111001101011100101001100111010100001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DC35; }

 p { color: rgb(164,220,53); }

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

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

 a { background-color: rgb(164,220,53); }

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

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

 span { border-color: rgb(164,220,53); }

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