Shades of Atlantis #A7D13A
Tints of Atlantis #A7D13A
RGB
CMYK
RGB Variations
Color information
#A7D13A (or 0xA7D13A) is known color: Atlantis. HEX triplet: A7, D1 and 3A. RGB value is (167,209,58). Sum of RGB (Red+Green+Blue) = 167+209+58=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D13A is #582EC5. Grayscale: #B3B3B3. Windows color (decimal): -5779142 or 3854759. OLE color: 3854759.
HSL color Cylindrical-coordinate representation of color #A7D13A: hue angle of 76.69º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7D13A is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 209 | 58 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.18 |
| HSL | 76.69º | 0.62% | 0.52% | - |
| HSV(B) | 76.69º | 0.72% | 0.82% | - |
| XYZ | 39.5 | 54.12 | 12.37 | - |
| YUV | 179.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 209 | 58 | 0.20 | 0 | 0.72 | 0.18 | 76.69 | 0.62 | 0.52 |
| Hex | A7 | D1 | 3A | 14 | 0 | 48 | 12 | 4D | 3E | 34 |
| Octal | 247 | 321 | 72 | 24 | 0 | 110 | 22 | 115 | 76 | 64 |
| Binary | 10100111 | 11010001 | 111010 | 10100 | 0 | 1001000 | 10010 | 1001101 | 111110 | 110100 |
Color Harmonies of #A7D13A
Complementary color
Monochromatic Colors of #A7D13A
Black with #A7D13A
Text Example
Text Example
White with #A7D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D13A; }
p { color: rgb(167,209,58); }
H1.HeaderClassName
{
color: #A7D13A;
}
.AnyTagClassName
{
color: #A7D13A;
}
</style>
background-color css
<style>
a { background-color: #A7D13A; }
a { background-color: rgb(167,209,58); }
div.DivClassName
{
background-color: #A7D13A;
}
.BgClassName
{
background-color: #A7D13A;
}
</style>
border-color css
<style>
span { border-color: #A7D13A; }
span { border-color: rgb(167,209,58); }
td.TdClassName
{
border-color: #A7D13A;
}
.TagClassName
{
border-color: #A7D13A;
}
</style>