#A4C53F

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

Shades of Atlantis #A4C53F

Tints of Atlantis #A4C53F

Color information

#A4C53F (or 0xA4C53F) is unknown color: approx Atlantis. HEX triplet: A4, C5 and 3F. RGB value is (164,197,63). Sum of RGB (Red+Green+Blue) = 164+197+63=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C53F is #5B3AC0. Grayscale: #ACACAC. Windows color (decimal): -5978817 or 4179364. OLE color: 4179364.

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

Color convert

RGB16419763-
CMYK0.1700.680.23
HSL74.78º53.6%50.98%-
HSV(B)74.78º68.02%77.25%-
XYZ36.1748.1812.1-
YUV171.8666.57122.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 197 (77.34% from 255) = 46.46%
BLUE value IS 63 (25% from 255) = 14.86%
R=38.68%
G=46.46%
B=14.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197630.1700.680.2374.7853.650.98
HexA4C53F11044174b3633
Octal24430577210104271136663
Binary10100100110001011111111000101000100101111001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C53F; }

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

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

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

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

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

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

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

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