Shades of Atlantis #8FDC46
Tints of Atlantis #8FDC46
RGB
CMYK
RGB Variations
Color information
#8FDC46 (or 0x8FDC46) is known color: Atlantis. HEX triplet: 8F, DC and 46. RGB value is (143,220,70). Sum of RGB (Red+Green+Blue) = 143+220+70=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC46 is #7023B9. Grayscale: #B4B4B4. Windows color (decimal): -7349178 or 4643983. OLE color: 4643983.
HSL color Cylindrical-coordinate representation of color #8FDC46: hue angle of 90.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FDC46 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 70 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.14 |
| HSL | 90.8º | 0.68% | 0.57% | - |
| HSV(B) | 90.8º | 0.68% | 0.86% | - |
| XYZ | 38.03 | 57.47 | 14.88 | - |
| YUV | 179.88 | 65.99 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 70 | 0.35 | 0 | 0.68 | 0.14 | 90.8 | 0.68 | 0.57 |
| Hex | 8F | DC | 46 | 23 | 0 | 44 | E | 5B | 44 | 39 |
| Octal | 217 | 334 | 106 | 43 | 0 | 104 | 16 | 133 | 104 | 71 |
| Binary | 10001111 | 11011100 | 1000110 | 100011 | 0 | 1000100 | 1110 | 1011011 | 1000100 | 111001 |
Color Harmonies of #8FDC46
Complementary color
Monochromatic Colors of #8FDC46
Black with #8FDC46
Text Example
Text Example
White with #8FDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC46; }
p { color: rgb(143,220,70); }
H1.HeaderClassName
{
color: #8FDC46;
}
.AnyTagClassName
{
color: #8FDC46;
}
</style>
background-color css
<style>
a { background-color: #8FDC46; }
a { background-color: rgb(143,220,70); }
div.DivClassName
{
background-color: #8FDC46;
}
.BgClassName
{
background-color: #8FDC46;
}
</style>
border-color css
<style>
span { border-color: #8FDC46; }
span { border-color: rgb(143,220,70); }
td.TdClassName
{
border-color: #8FDC46;
}
.TagClassName
{
border-color: #8FDC46;
}
</style>