#A2C73A

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

Shades of Atlantis #A2C73A

Tints of Atlantis #A2C73A

Color information

#A2C73A (or 0xA2C73A) is unknown color: approx Atlantis. HEX triplet: A2, C7 and 3A. RGB value is (162,199,58). Sum of RGB (Red+Green+Blue) = 162+199+58=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C73A is #5D38C5. Grayscale: #ACACAC. Windows color (decimal): -6109382 or 3852194. OLE color: 3852194.

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

Color convert

RGB16219958-
CMYK0.1900.710.22
HSL75.74º55.73%50.39%-
HSV(B)75.74º70.85%78.04%-
XYZ36.0948.8311.53-
YUV171.8663.74120.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 199 (78.12% from 255) = 47.49%
BLUE value IS 58 (23.05% from 255) = 13.84%
R=38.66%
G=47.49%
B=13.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199580.1900.710.2275.7455.7350.39
HexA2C73A13047164c3832
Octal24230772230107261147062
Binary10100010110001111110101001101000111101101001100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C73A; }

 p { color: rgb(162,199,58); }

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

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

 a { background-color: rgb(162,199,58); }

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

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

 span { border-color: rgb(162,199,58); }

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