#A2CE3A

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

Shades of Atlantis #A2CE3A

Tints of Atlantis #A2CE3A

Color information

#A2CE3A (or 0xA2CE3A) is unknown color: approx Atlantis. HEX triplet: A2, CE and 3A. RGB value is (162,206,58). Sum of RGB (Red+Green+Blue) = 162+206+58=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE3A is #5D31C5. Grayscale: #B0B0B0. Windows color (decimal): -6107590 or 3853986. OLE color: 3853986.

HSL color Cylindrical-coordinate representation of color #A2CE3A: hue angle of 77.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2CE3A is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB16220658-
CMYK0.2100.720.19
HSL77.84º60.16%51.76%-
HSV(B)77.84º71.84%80.78%-
XYZ37.7452.1312.08-
YUV175.9761.42118.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 206 (80.86% from 255) = 48.36%
BLUE value IS 58 (23.05% from 255) = 13.62%
R=38.03%
G=48.36%
B=13.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206580.2100.720.1977.8460.1651.76
HexA2CE3A15048134e3c34
Octal24231672250110231167464
Binary10100010110011101110101010101001000100111001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE3A; }

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

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

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

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

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

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

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

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