#A4C53D

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

Shades of Atlantis #A4C53D

Tints of Atlantis #A4C53D

Color information

#A4C53D (or 0xA4C53D) is unknown color: approx Atlantis. HEX triplet: A4, C5 and 3D. RGB value is (164,197,61). Sum of RGB (Red+Green+Blue) = 164+197+61=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C53D is #5B3AC2. Grayscale: #ACACAC. Windows color (decimal): -5978819 or 4048292. OLE color: 4048292.

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

Color convert

RGB16419761-
CMYK0.1700.690.23
HSL74.56º53.97%50.59%-
HSV(B)74.56º69.04%77.25%-
XYZ36.1248.1611.81-
YUV171.6365.57122.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 197 (77.34% from 255) = 46.68%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=38.86%
G=46.68%
B=14.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197610.1700.690.2374.5653.9750.59
HexA4C53D11045174b3633
Octal24430575210105271136663
Binary10100100110001011111011000101000101101111001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C53D; }

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

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

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

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

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

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

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

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