#a7c63a

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

Shades of Atlantis #A7C63A

Tints of Atlantis #A7C63A

Color information

#A7C63A (or 0xA7C63A) is unknown color: approx Atlantis. HEX triplet: A7, C6 and 3A. RGB value is (167,198,58). Sum of RGB (Red+Green+Blue) = 167+198+58=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C63A is #5839C5. Grayscale: #ADADAD. Windows color (decimal): -5781958 or 3851943. OLE color: 3851943.

HSL color Cylindrical-coordinate representation of color #A7C63A: hue angle of 73.29º 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 #A7C63A is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB16719858-
CMYK0.1600.710.22
HSL73.29º55.12%50.2%-
HSV(B)73.29º70.71%77.65%-
XYZ36.8948.9111.5-
YUV172.7763.23123.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 58 (23.05% from 255) = 13.71%
R=39.48%
G=46.81%
B=13.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167198580.1600.710.2273.2955.1250.2
HexA7C63A1004716493732
Octal24730672200107261116762
Binary10100111110001101110101000001000111101101001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c63a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c63a; }

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

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

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

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

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

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

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

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