Shades of Atlantis #8FC046
Tints of Atlantis #8FC046
RGB
CMYK
RGB Variations
Color information
#8FC046 (or 0x8FC046) is known color: Atlantis. HEX triplet: 8F, C0 and 46. RGB value is (143,192,70). Sum of RGB (Red+Green+Blue) = 143+192+70=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC046 is #703FB9. Grayscale: #A3A3A3. Windows color (decimal): -7356346 or 4636815. OLE color: 4636815.
HSL color Cylindrical-coordinate representation of color #8FC046: hue angle of 84.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FC046 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 70 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.25 |
| HSL | 84.1º | 0.49% | 0.51% | - |
| HSV(B) | 84.1º | 0.64% | 0.75% | - |
| XYZ | 31.28 | 43.98 | 12.63 | - |
| YUV | 163.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 70 | 0.26 | 0 | 0.64 | 0.25 | 84.1 | 0.49 | 0.51 |
| Hex | 8F | C0 | 46 | 1A | 0 | 40 | 19 | 54 | 31 | 33 |
| Octal | 217 | 300 | 106 | 32 | 0 | 100 | 31 | 124 | 61 | 63 |
| Binary | 10001111 | 11000000 | 1000110 | 11010 | 0 | 1000000 | 11001 | 1010100 | 110001 | 110011 |
Color Harmonies of #8FC046
Complementary color
Monochromatic Colors of #8FC046
Black with #8FC046
Text Example
Text Example
White with #8FC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC046; }
p { color: rgb(143,192,70); }
H1.HeaderClassName
{
color: #8FC046;
}
.AnyTagClassName
{
color: #8FC046;
}
</style>
background-color css
<style>
a { background-color: #8FC046; }
a { background-color: rgb(143,192,70); }
div.DivClassName
{
background-color: #8FC046;
}
.BgClassName
{
background-color: #8FC046;
}
</style>
border-color css
<style>
span { border-color: #8FC046; }
span { border-color: rgb(143,192,70); }
td.TdClassName
{
border-color: #8FC046;
}
.TagClassName
{
border-color: #8FC046;
}
</style>