#A4C440

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

Shades of Atlantis #A4C440

Tints of Atlantis #A4C440

Color information

#A4C440 (or 0xA4C440) is unknown color: approx Atlantis. HEX triplet: A4, C4 and 40. RGB value is (164,196,64). Sum of RGB (Red+Green+Blue) = 164+196+64=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C440 is #5B3BBF. Grayscale: #ABABAB. Windows color (decimal): -5979072 or 4244644. OLE color: 4244644.

HSL color Cylindrical-coordinate representation of color #A4C440: hue angle of 74.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4C440 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB16419664-
CMYK0.1600.670.23
HSL74.55º52.8%50.98%-
HSV(B)74.55º67.35%76.86%-
XYZ35.9847.7412.17-
YUV171.3867.4122.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 196 (76.95% from 255) = 46.23%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=38.68%
G=46.23%
B=15.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196640.1600.670.2374.5552.850.98
HexA4C44010043174b3533
Octal244304100200103271136563
Binary101001001100010010000001000001000011101111001011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C440; }

 p { color: rgb(164,196,64); }

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

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

 a { background-color: rgb(164,196,64); }

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

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

 span { border-color: rgb(164,196,64); }

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