#A4C64A

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

Shades of Atlantis #A4C64A

Tints of Atlantis #A4C64A

Color information

#A4C64A (or 0xA4C64A) is unknown color: approx Atlantis. HEX triplet: A4, C6 and 4A. RGB value is (164,198,74). Sum of RGB (Red+Green+Blue) = 164+198+74=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C64A is #5B39B5. Grayscale: #AEAEAE. Windows color (decimal): -5978550 or 4900516. OLE color: 4900516.

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

Color convert

RGB16419874-
CMYK0.1700.630.22
HSL76.45º52.1%53.33%-
HSV(B)76.45º62.63%77.65%-
XYZ36.7448.7813.96-
YUV173.771.74121.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 198 (77.73% from 255) = 45.41%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=37.61%
G=45.41%
B=16.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198740.1700.630.2276.4552.153.33
HexA4C64A1103F164c3435
Octal24430611221077261146465
Binary10100100110001101001010100010111111101101001100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C64A; }

 p { color: rgb(164,198,74); }

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

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

 a { background-color: rgb(164,198,74); }

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

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

 span { border-color: rgb(164,198,74); }

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