#A4C340

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

Shades of Atlantis #A4C340

Tints of Atlantis #A4C340

Color information

#A4C340 (or 0xA4C340) is unknown color: approx Atlantis. HEX triplet: A4, C3 and 40. RGB value is (164,195,64). Sum of RGB (Red+Green+Blue) = 164+195+64=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C340 is #5B3CBF. Grayscale: #ABABAB. Windows color (decimal): -5979328 or 4244388. OLE color: 4244388.

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

Color convert

RGB16419564-
CMYK0.1600.670.24
HSL74.2º52.19%50.78%-
HSV(B)74.2º67.18%76.47%-
XYZ35.7547.2912.09-
YUV170.867.73123.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=38.77%
G=46.10%
B=15.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164195640.1600.670.2474.252.1950.78
HexA4C34010043184a3433
Octal244303100200103301126463
Binary101001001100001110000001000001000011110001001010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C340; }

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

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

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

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

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

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

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

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