#A2C753

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

Shades of Atlantis #A2C753

Tints of Atlantis #A2C753

Color information

#A2C753 (or 0xA2C753) is unknown color: approx Atlantis. HEX triplet: A2, C7 and 53. RGB value is (162,199,83). Sum of RGB (Red+Green+Blue) = 162+199+83=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C753 is #5D38AC. Grayscale: #AFAFAF. Windows color (decimal): -6109357 or 5490594. OLE color: 5490594.

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

Color convert

RGB16219983-
CMYK0.1900.580.22
HSL79.14º50.88%55.29%-
HSV(B)79.14º58.29%78.04%-
XYZ36.8949.1515.73-
YUV174.7176.24118.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 199 (78.12% from 255) = 44.82%
BLUE value IS 83 (32.81% from 255) = 18.69%
R=36.49%
G=44.82%
B=18.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199830.1900.580.2279.1450.8855.29
HexA2C7531303A164f3337
Octal24230712323072261176367
Binary10100010110001111010011100110111010101101001111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C753; }

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

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

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

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

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

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

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

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