Shades of Atlantis #A7CC3A
Tints of Atlantis #A7CC3A
RGB
CMYK
RGB Variations
Color information
#A7CC3A (or 0xA7CC3A) is known color: Atlantis. HEX triplet: A7, CC and 3A. RGB value is (167,204,58). Sum of RGB (Red+Green+Blue) = 167+204+58=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CC3A is #5833C5. Grayscale: #B0B0B0. Windows color (decimal): -5780422 or 3853479. OLE color: 3853479.
HSL color Cylindrical-coordinate representation of color #A7CC3A: hue angle of 75.21º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7CC3A is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 204 | 58 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.2 |
| HSL | 75.21º | 0.59% | 0.51% | - |
| HSV(B) | 75.21º | 0.72% | 0.8% | - |
| XYZ | 38.29 | 51.71 | 11.97 | - |
| YUV | 176.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 204 | 58 | 0.18 | 0 | 0.72 | 0.2 | 75.21 | 0.59 | 0.51 |
| Hex | A7 | CC | 3A | 12 | 0 | 48 | 14 | 4B | 3B | 33 |
| Octal | 247 | 314 | 72 | 22 | 0 | 110 | 24 | 113 | 73 | 63 |
| Binary | 10100111 | 11001100 | 111010 | 10010 | 0 | 1001000 | 10100 | 1001011 | 111011 | 110011 |
Color Harmonies of #A7CC3A
Complementary color
Monochromatic Colors of #A7CC3A
Black with #A7CC3A
Text Example
Text Example
White with #A7CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CC3A; }
p { color: rgb(167,204,58); }
H1.HeaderClassName
{
color: #A7CC3A;
}
.AnyTagClassName
{
color: #A7CC3A;
}
</style>
background-color css
<style>
a { background-color: #A7CC3A; }
a { background-color: rgb(167,204,58); }
div.DivClassName
{
background-color: #A7CC3A;
}
.BgClassName
{
background-color: #A7CC3A;
}
</style>
border-color css
<style>
span { border-color: #A7CC3A; }
span { border-color: rgb(167,204,58); }
td.TdClassName
{
border-color: #A7CC3A;
}
.TagClassName
{
border-color: #A7CC3A;
}
</style>