Shades of Atlantis #A7CA3E
Tints of Atlantis #A7CA3E
RGB
CMYK
RGB Variations
Color information
#A7CA3E (or 0xA7CA3E) is known color: Atlantis. HEX triplet: A7, CA and 3E. RGB value is (167,202,62). Sum of RGB (Red+Green+Blue) = 167+202+62=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CA3E is #5835C1. Grayscale: #B0B0B0. Windows color (decimal): -5780930 or 4115111. OLE color: 4115111.
HSL color Cylindrical-coordinate representation of color #A7CA3E: hue angle of 75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7CA3E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 62 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.21 |
| HSL | 75º | 0.57% | 0.52% | - |
| HSV(B) | 75º | 0.69% | 0.79% | - |
| XYZ | 37.93 | 50.8 | 12.36 | - |
| YUV | 175.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 62 | 0.17 | 0 | 0.69 | 0.21 | 75 | 0.57 | 0.52 |
| Hex | A7 | CA | 3E | 11 | 0 | 45 | 15 | 4B | 39 | 34 |
| Octal | 247 | 312 | 76 | 21 | 0 | 105 | 25 | 113 | 71 | 64 |
| Binary | 10100111 | 11001010 | 111110 | 10001 | 0 | 1000101 | 10101 | 1001011 | 111001 | 110100 |
Color Harmonies of #A7CA3E
Complementary color
Monochromatic Colors of #A7CA3E
Black with #A7CA3E
Text Example
Text Example
White with #A7CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA3E; }
p { color: rgb(167,202,62); }
H1.HeaderClassName
{
color: #A7CA3E;
}
.AnyTagClassName
{
color: #A7CA3E;
}
</style>
background-color css
<style>
a { background-color: #A7CA3E; }
a { background-color: rgb(167,202,62); }
div.DivClassName
{
background-color: #A7CA3E;
}
.BgClassName
{
background-color: #A7CA3E;
}
</style>
border-color css
<style>
span { border-color: #A7CA3E; }
span { border-color: rgb(167,202,62); }
td.TdClassName
{
border-color: #A7CA3E;
}
.TagClassName
{
border-color: #A7CA3E;
}
</style>