#A2C839

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

Shades of Atlantis #A2C839

Tints of Atlantis #A2C839

Color information

#A2C839 (or 0xA2C839) is unknown color: approx Atlantis. HEX triplet: A2, C8 and 39. RGB value is (162,200,57). Sum of RGB (Red+Green+Blue) = 162+200+57=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C839 is #5D37C6. Grayscale: #ACACAC. Windows color (decimal): -6109127 or 3786914. OLE color: 3786914.

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

Color convert

RGB16220057-
CMYK0.1900.720.22
HSL75.94º56.52%50.39%-
HSV(B)75.94º71.5%78.43%-
XYZ36.2949.2911.47-
YUV172.3462.91120.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 200 (78.52% from 255) = 47.73%
BLUE value IS 57 (22.66% from 255) = 13.60%
R=38.66%
G=47.73%
B=13.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162200570.1900.720.2275.9456.5250.39
HexA2C83913048164c3932
Octal24231071230110261147162
Binary10100010110010001110011001101001000101101001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C839; }

 p { color: rgb(162,200,57); }

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

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

 a { background-color: rgb(162,200,57); }

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

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

 span { border-color: rgb(162,200,57); }

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