#A4C84D

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

Shades of Atlantis #A4C84D

Tints of Atlantis #A4C84D

Color information

#A4C84D (or 0xA4C84D) is unknown color: approx Atlantis. HEX triplet: A4, C8 and 4D. RGB value is (164,200,77). Sum of RGB (Red+Green+Blue) = 164+200+77=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C84D is #5B37B2. Grayscale: #AFAFAF. Windows color (decimal): -5978035 or 5097636. OLE color: 5097636.

HSL color Cylindrical-coordinate representation of color #A4C84D: hue angle of 77.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4C84D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB16420077-
CMYK0.1800.620.22
HSL77.56º52.79%54.31%-
HSV(B)77.56º61.5%78.43%-
XYZ37.349.7414.66-
YUV175.2172.57120-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=37.19%
G=45.35%
B=17.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164200770.1800.620.2277.5652.7954.31
HexA4C84D1203E164e3536
Octal24431011522076261166566
Binary10100100110010001001101100100111110101101001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C84D; }

 p { color: rgb(164,200,77); }

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

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

 a { background-color: rgb(164,200,77); }

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

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

 span { border-color: rgb(164,200,77); }

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