#A4C53B

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

Shades of Atlantis #A4C53B

Tints of Atlantis #A4C53B

Color information

#A4C53B (or 0xA4C53B) is unknown color: approx Atlantis. HEX triplet: A4, C5 and 3B. RGB value is (164,197,59). Sum of RGB (Red+Green+Blue) = 164+197+59=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C53B is #5B3AC4. Grayscale: #ABABAB. Windows color (decimal): -5978821 or 3917220. OLE color: 3917220.

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

Color convert

RGB16419759-
CMYK0.1700.700.23
HSL74.35º54.33%50.2%-
HSV(B)74.35º70.05%77.25%-
XYZ36.0748.1411.53-
YUV171.464.57122.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 197 (77.34% from 255) = 46.90%
BLUE value IS 59 (23.44% from 255) = 14.05%
R=39.05%
G=46.90%
B=14.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197590.1700.700.2374.3554.3350.2
HexA4C53B11046174a3632
Octal24430573210106271126662
Binary10100100110001011110111000101000110101111001010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C53B; }

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

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

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

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

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

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

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

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