#A2C650

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

Shades of Atlantis #A2C650

Tints of Atlantis #A2C650

Color information

#A2C650 (or 0xA2C650) is unknown color: approx Atlantis. HEX triplet: A2, C6 and 50. RGB value is (162,198,80). Sum of RGB (Red+Green+Blue) = 162+198+80=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C650 is #5D39AF. Grayscale: #AEAEAE. Windows color (decimal): -6109616 or 5293730. OLE color: 5293730.

HSL color Cylindrical-coordinate representation of color #A2C650: hue angle of 78.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2C650 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB16219880-
CMYK0.1800.600.22
HSL78.31º50.86%54.51%-
HSV(B)78.31º59.6%77.65%-
XYZ36.5448.6515.05-
YUV173.7875.07119.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 198 (77.73% from 255) = 45%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=36.82%
G=45%
B=18.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162198800.1800.600.2278.3150.8654.51
HexA2C6501203C164e3337
Octal24230612022074261166367
Binary10100010110001101010000100100111100101101001110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C650; }

 p { color: rgb(162,198,80); }

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

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

 a { background-color: rgb(162,198,80); }

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

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

 span { border-color: rgb(162,198,80); }

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