Shades of Atlantis #A2CE43
Tints of Atlantis #A2CE43
RGB
CMYK
RGB Variations
Color information
#A2CE43 (or 0xA2CE43) is known color: Atlantis. HEX triplet: A2, CE and 43. RGB value is (162,206,67). Sum of RGB (Red+Green+Blue) = 162+206+67=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE43 is #5D31BC. Grayscale: #B1B1B1. Windows color (decimal): -6107581 or 4443810. OLE color: 4443810.
HSL color Cylindrical-coordinate representation of color #A2CE43: hue angle of 78.99º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2CE43 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 67 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.19 |
| HSL | 78.99º | 0.59% | 0.54% | - |
| HSV(B) | 78.99º | 0.67% | 0.81% | - |
| XYZ | 37.98 | 52.23 | 13.39 | - |
| YUV | 177 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 67 | 0.21 | 0 | 0.67 | 0.19 | 78.99 | 0.59 | 0.54 |
| Hex | A2 | CE | 43 | 15 | 0 | 43 | 13 | 4F | 3B | 36 |
| Octal | 242 | 316 | 103 | 25 | 0 | 103 | 23 | 117 | 73 | 66 |
| Binary | 10100010 | 11001110 | 1000011 | 10101 | 0 | 1000011 | 10011 | 1001111 | 111011 | 110110 |
Color Harmonies of #A2CE43
Complementary color
Monochromatic Colors of #A2CE43
Black with #A2CE43
Text Example
Text Example
White with #A2CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE43; }
p { color: rgb(162,206,67); }
H1.HeaderClassName
{
color: #A2CE43;
}
.AnyTagClassName
{
color: #A2CE43;
}
</style>
background-color css
<style>
a { background-color: #A2CE43; }
a { background-color: rgb(162,206,67); }
div.DivClassName
{
background-color: #A2CE43;
}
.BgClassName
{
background-color: #A2CE43;
}
</style>
border-color css
<style>
span { border-color: #A2CE43; }
span { border-color: rgb(162,206,67); }
td.TdClassName
{
border-color: #A2CE43;
}
.TagClassName
{
border-color: #A2CE43;
}
</style>