Shades of Atlantis #A2CE3D
Tints of Atlantis #A2CE3D
RGB
CMYK
RGB Variations
Color information
#A2CE3D (or 0xA2CE3D) is known color: Atlantis. HEX triplet: A2, CE and 3D. RGB value is (162,206,61). Sum of RGB (Red+Green+Blue) = 162+206+61=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE3D is #5D31C2. Grayscale: #B0B0B0. Windows color (decimal): -6107587 or 4050594. OLE color: 4050594.
HSL color Cylindrical-coordinate representation of color #A2CE3D: hue angle of 78.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2CE3D is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 61 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.19 |
| HSL | 78.21º | 0.6% | 0.52% | - |
| HSV(B) | 78.21º | 0.7% | 0.81% | - |
| XYZ | 37.81 | 52.16 | 12.49 | - |
| YUV | 176.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 61 | 0.21 | 0 | 0.70 | 0.19 | 78.21 | 0.6 | 0.52 |
| Hex | A2 | CE | 3D | 15 | 0 | 46 | 13 | 4E | 3C | 34 |
| Octal | 242 | 316 | 75 | 25 | 0 | 106 | 23 | 116 | 74 | 64 |
| Binary | 10100010 | 11001110 | 111101 | 10101 | 0 | 1000110 | 10011 | 1001110 | 111100 | 110100 |
Color Harmonies of #A2CE3D
Complementary color
Monochromatic Colors of #A2CE3D
Black with #A2CE3D
Text Example
Text Example
White with #A2CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE3D; }
p { color: rgb(162,206,61); }
H1.HeaderClassName
{
color: #A2CE3D;
}
.AnyTagClassName
{
color: #A2CE3D;
}
</style>
background-color css
<style>
a { background-color: #A2CE3D; }
a { background-color: rgb(162,206,61); }
div.DivClassName
{
background-color: #A2CE3D;
}
.BgClassName
{
background-color: #A2CE3D;
}
</style>
border-color css
<style>
span { border-color: #A2CE3D; }
span { border-color: rgb(162,206,61); }
td.TdClassName
{
border-color: #A2CE3D;
}
.TagClassName
{
border-color: #A2CE3D;
}
</style>