#A4C543

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

Shades of Atlantis #A4C543

Tints of Atlantis #A4C543

Color information

#A4C543 (or 0xA4C543) is unknown color: approx Atlantis. HEX triplet: A4, C5 and 43. RGB value is (164,197,67). Sum of RGB (Red+Green+Blue) = 164+197+67=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C543 is #5B3ABC. Grayscale: #ACACAC. Windows color (decimal): -5978813 or 4441508. OLE color: 4441508.

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

Color convert

RGB16419767-
CMYK0.1700.660.23
HSL75.23º52.85%51.76%-
HSV(B)75.23º65.99%77.25%-
XYZ36.2948.2312.71-
YUV172.3168.57122.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 197 (77.34% from 255) = 46.03%
BLUE value IS 67 (26.56% from 255) = 15.65%
R=38.32%
G=46.03%
B=15.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197670.1700.660.2375.2352.8551.76
HexA4C54311042174b3534
Octal244305103210102271136564
Binary101001001100010110000111000101000010101111001011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C543; }

 p { color: rgb(164,197,67); }

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

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

 a { background-color: rgb(164,197,67); }

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

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

 span { border-color: rgb(164,197,67); }

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