#A4C949

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

Shades of Atlantis #A4C949

Tints of Atlantis #A4C949

Color information

#A4C949 (or 0xA4C949) is unknown color: approx Atlantis. HEX triplet: A4, C9 and 49. RGB value is (164,201,73). Sum of RGB (Red+Green+Blue) = 164+201+73=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C949 is #5B36B6. Grayscale: #AFAFAF. Windows color (decimal): -5977783 or 4835748. OLE color: 4835748.

HSL color Cylindrical-coordinate representation of color #A4C949: hue angle of 77.34º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4C949 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB16420173-
CMYK0.1800.640.21
HSL77.34º54.24%53.73%-
HSV(B)77.34º63.68%78.82%-
XYZ37.450.1514.01-
YUV175.3470.24119.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 201 (78.91% from 255) = 45.89%
BLUE value IS 73 (28.91% from 255) = 16.67%
R=37.44%
G=45.89%
B=16.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164201730.1800.640.2177.3454.2453.73
HexA4C94912040154d3636
Octal244311111220100251156666
Binary101001001100100110010011001001000000101011001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C949; }

 p { color: rgb(164,201,73); }

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

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

 a { background-color: rgb(164,201,73); }

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

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

 span { border-color: rgb(164,201,73); }

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