#A2CE38

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

Shades of Atlantis #A2CE38

Tints of Atlantis #A2CE38

Color information

#A2CE38 (or 0xA2CE38) is unknown color: approx Atlantis. HEX triplet: A2, CE and 38. RGB value is (162,206,56). Sum of RGB (Red+Green+Blue) = 162+206+56=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE38 is #5D31C7. Grayscale: #B0B0B0. Windows color (decimal): -6107592 or 3722914. OLE color: 3722914.

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

Color convert

RGB16220656-
CMYK0.2100.730.19
HSL77.6º60.48%51.37%-
HSV(B)77.6º72.82%80.78%-
XYZ37.6952.1111.81-
YUV175.7460.42118.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 206 (80.86% from 255) = 48.58%
BLUE value IS 56 (22.27% from 255) = 13.21%
R=38.21%
G=48.58%
B=13.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206560.2100.730.1977.660.4851.37
HexA2CE3815049134e3c33
Octal24231670250111231167463
Binary10100010110011101110001010101001001100111001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE38; }

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

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

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

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

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

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

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

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