#A4C74A

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

Shades of Atlantis #A4C74A

Tints of Atlantis #A4C74A

Color information

#A4C74A (or 0xA4C74A) is unknown color: approx Atlantis. HEX triplet: A4, C7 and 4A. RGB value is (164,199,74). Sum of RGB (Red+Green+Blue) = 164+199+74=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C74A is #5B38B5. Grayscale: #AEAEAE. Windows color (decimal): -5978294 or 4900772. OLE color: 4900772.

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

Color convert

RGB16419974-
CMYK0.1800.630.22
HSL76.8º52.74%53.53%-
HSV(B)76.8º62.81%78.04%-
XYZ36.9749.2314.03-
YUV174.2871.4120.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 199 (78.12% from 255) = 45.54%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=37.53%
G=45.54%
B=16.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164199740.1800.630.2276.852.7453.53
HexA4C74A1203F164d3536
Octal24430711222077261156566
Binary10100100110001111001010100100111111101101001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C74A; }

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

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

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

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

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

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

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

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