#A4C63A

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

Shades of Atlantis #A4C63A

Tints of Atlantis #A4C63A

Color information

#A4C63A (or 0xA4C63A) is unknown color: approx Atlantis. HEX triplet: A4, C6 and 3A. RGB value is (164,198,58). Sum of RGB (Red+Green+Blue) = 164+198+58=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C63A is #5B39C5. Grayscale: #ACACAC. Windows color (decimal): -5978566 or 3851940. OLE color: 3851940.

HSL color Cylindrical-coordinate representation of color #A4C63A: hue angle of 74.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4C63A is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB16419858-
CMYK0.1700.710.22
HSL74.57º55.12%50.2%-
HSV(B)74.57º70.71%77.65%-
XYZ36.2748.5911.47-
YUV171.8763.74122.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 58 (23.05% from 255) = 13.81%
R=39.05%
G=47.14%
B=13.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198580.1700.710.2274.5755.1250.2
HexA4C63A11047164b3732
Octal24430672210107261136762
Binary10100100110001101110101000101000111101101001011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C63A; }

 p { color: rgb(164,198,58); }

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

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

 a { background-color: rgb(164,198,58); }

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

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

 span { border-color: rgb(164,198,58); }

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