Shades of Atlantis #A7D33C
Tints of Atlantis #A7D33C
RGB
CMYK
RGB Variations
Color information
#A7D33C (or 0xA7D33C) is known color: Atlantis. HEX triplet: A7, D3 and 3C. RGB value is (167,211,60). Sum of RGB (Red+Green+Blue) = 167+211+60=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D33C is #582CC3. Grayscale: #B5B5B5. Windows color (decimal): -5778628 or 3986343. OLE color: 3986343.
HSL color Cylindrical-coordinate representation of color #A7D33C: hue angle of 77.48º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7D33C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 211 | 60 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.17 |
| HSL | 77.48º | 0.63% | 0.53% | - |
| HSV(B) | 77.48º | 0.72% | 0.83% | - |
| XYZ | 40.05 | 55.13 | 12.81 | - |
| YUV | 180.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 211 | 60 | 0.21 | 0 | 0.72 | 0.17 | 77.48 | 0.63 | 0.53 |
| Hex | A7 | D3 | 3C | 15 | 0 | 48 | 11 | 4D | 3F | 35 |
| Octal | 247 | 323 | 74 | 25 | 0 | 110 | 21 | 115 | 77 | 65 |
| Binary | 10100111 | 11010011 | 111100 | 10101 | 0 | 1001000 | 10001 | 1001101 | 111111 | 110101 |
Color Harmonies of #A7D33C
Complementary color
Monochromatic Colors of #A7D33C
Black with #A7D33C
Text Example
Text Example
White with #A7D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D33C; }
p { color: rgb(167,211,60); }
H1.HeaderClassName
{
color: #A7D33C;
}
.AnyTagClassName
{
color: #A7D33C;
}
</style>
background-color css
<style>
a { background-color: #A7D33C; }
a { background-color: rgb(167,211,60); }
div.DivClassName
{
background-color: #A7D33C;
}
.BgClassName
{
background-color: #A7D33C;
}
</style>
border-color css
<style>
span { border-color: #A7D33C; }
span { border-color: rgb(167,211,60); }
td.TdClassName
{
border-color: #A7D33C;
}
.TagClassName
{
border-color: #A7D33C;
}
</style>