#A2CC37

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

Shades of Atlantis #A2CC37

Tints of Atlantis #A2CC37

Color information

#A2CC37 (or 0xA2CC37) is unknown color: approx Atlantis. HEX triplet: A2, CC and 37. RGB value is (162,204,55). Sum of RGB (Red+Green+Blue) = 162+204+55=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC37 is #5D33C8. Grayscale: #AFAFAF. Windows color (decimal): -6108105 or 3656866. OLE color: 3656866.

HSL color Cylindrical-coordinate representation of color #A2CC37: hue angle of 76.91º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2CC37 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB16220455-
CMYK0.2100.730.2
HSL76.91º59.36%50.78%-
HSV(B)76.91º73.04%80%-
XYZ37.1851.1411.53-
YUV174.4660.59119.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 55 (21.88% from 255) = 13.06%
R=38.48%
G=48.46%
B=13.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162204550.2100.730.276.9159.3650.78
HexA2CC3715049144d3b33
Octal24231467250111241157363
Binary10100010110011001101111010101001001101001001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC37; }

 p { color: rgb(162,204,55); }

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

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

 a { background-color: rgb(162,204,55); }

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

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

 span { border-color: rgb(162,204,55); }

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