Shades of Atlantis #A7CE45
Tints of Atlantis #A7CE45
RGB
CMYK
RGB Variations
Color information
#A7CE45 (or 0xA7CE45) is known color: Atlantis. HEX triplet: A7, CE and 45. RGB value is (167,206,69). Sum of RGB (Red+Green+Blue) = 167+206+69=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CE45 is #5831BA. Grayscale: #B3B3B3. Windows color (decimal): -5779899 or 4574887. OLE color: 4574887.
HSL color Cylindrical-coordinate representation of color #A7CE45: hue angle of 77.08º degrees, saturation: 0.58, 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 #A7CE45 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 69 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.19 |
| HSL | 77.08º | 0.58% | 0.54% | - |
| HSV(B) | 77.08º | 0.67% | 0.81% | - |
| XYZ | 39.08 | 52.79 | 13.76 | - |
| YUV | 178.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 69 | 0.19 | 0 | 0.67 | 0.19 | 77.08 | 0.58 | 0.54 |
| Hex | A7 | CE | 45 | 13 | 0 | 43 | 13 | 4D | 3A | 36 |
| Octal | 247 | 316 | 105 | 23 | 0 | 103 | 23 | 115 | 72 | 66 |
| Binary | 10100111 | 11001110 | 1000101 | 10011 | 0 | 1000011 | 10011 | 1001101 | 111010 | 110110 |
Color Harmonies of #A7CE45
Complementary color
Monochromatic Colors of #A7CE45
Black with #A7CE45
Text Example
Text Example
White with #A7CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE45; }
p { color: rgb(167,206,69); }
H1.HeaderClassName
{
color: #A7CE45;
}
.AnyTagClassName
{
color: #A7CE45;
}
</style>
background-color css
<style>
a { background-color: #A7CE45; }
a { background-color: rgb(167,206,69); }
div.DivClassName
{
background-color: #A7CE45;
}
.BgClassName
{
background-color: #A7CE45;
}
</style>
border-color css
<style>
span { border-color: #A7CE45; }
span { border-color: rgb(167,206,69); }
td.TdClassName
{
border-color: #A7CE45;
}
.TagClassName
{
border-color: #A7CE45;
}
</style>