Shades of Atlantis #A7CF46
Tints of Atlantis #A7CF46
RGB
CMYK
RGB Variations
Color information
#A7CF46 (or 0xA7CF46) is known color: Atlantis. HEX triplet: A7, CF and 46. RGB value is (167,207,70). Sum of RGB (Red+Green+Blue) = 167+207+70=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF46 is #5830B9. Grayscale: #B3B3B3. Windows color (decimal): -5779642 or 4640679. OLE color: 4640679.
HSL color Cylindrical-coordinate representation of color #A7CF46: hue angle of 77.52º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7CF46 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 70 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.19 |
| HSL | 77.52º | 0.59% | 0.54% | - |
| HSV(B) | 77.52º | 0.66% | 0.81% | - |
| XYZ | 39.35 | 53.28 | 14 | - |
| YUV | 179.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 70 | 0.19 | 0 | 0.66 | 0.19 | 77.52 | 0.59 | 0.54 |
| Hex | A7 | CF | 46 | 13 | 0 | 42 | 13 | 4E | 3B | 36 |
| Octal | 247 | 317 | 106 | 23 | 0 | 102 | 23 | 116 | 73 | 66 |
| Binary | 10100111 | 11001111 | 1000110 | 10011 | 0 | 1000010 | 10011 | 1001110 | 111011 | 110110 |
Color Harmonies of #A7CF46
Complementary color
Monochromatic Colors of #A7CF46
Black with #A7CF46
Text Example
Text Example
White with #A7CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF46; }
p { color: rgb(167,207,70); }
H1.HeaderClassName
{
color: #A7CF46;
}
.AnyTagClassName
{
color: #A7CF46;
}
</style>
background-color css
<style>
a { background-color: #A7CF46; }
a { background-color: rgb(167,207,70); }
div.DivClassName
{
background-color: #A7CF46;
}
.BgClassName
{
background-color: #A7CF46;
}
</style>
border-color css
<style>
span { border-color: #A7CF46; }
span { border-color: rgb(167,207,70); }
td.TdClassName
{
border-color: #A7CF46;
}
.TagClassName
{
border-color: #A7CF46;
}
</style>