Shades of Atlantis #8FE646
Tints of Atlantis #8FE646
RGB
CMYK
RGB Variations
Color information
#8FE646 (or 0x8FE646) is known color: Atlantis. HEX triplet: 8F, E6 and 46. RGB value is (143,230,70). Sum of RGB (Red+Green+Blue) = 143+230+70=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE646 is #7019B9. Grayscale: #BABABA. Windows color (decimal): -7346618 or 4646543. OLE color: 4646543.
HSL color Cylindrical-coordinate representation of color #8FE646: hue angle of 92.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FE646 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 70 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.10 |
| HSL | 92.63º | 0.76% | 0.59% | - |
| HSV(B) | 92.63º | 0.7% | 0.9% | - |
| XYZ | 40.73 | 62.88 | 15.78 | - |
| YUV | 185.75 | 62.68 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 70 | 0.38 | 0 | 0.70 | 0.10 | 92.63 | 0.76 | 0.59 |
| Hex | 8F | E6 | 46 | 26 | 0 | 46 | A | 5D | 4C | 3B |
| Octal | 217 | 346 | 106 | 46 | 0 | 106 | 12 | 135 | 114 | 73 |
| Binary | 10001111 | 11100110 | 1000110 | 100110 | 0 | 1000110 | 1010 | 1011101 | 1001100 | 111011 |
Color Harmonies of #8FE646
Complementary color
Monochromatic Colors of #8FE646
Black with #8FE646
Text Example
Text Example
White with #8FE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE646; }
p { color: rgb(143,230,70); }
H1.HeaderClassName
{
color: #8FE646;
}
.AnyTagClassName
{
color: #8FE646;
}
</style>
background-color css
<style>
a { background-color: #8FE646; }
a { background-color: rgb(143,230,70); }
div.DivClassName
{
background-color: #8FE646;
}
.BgClassName
{
background-color: #8FE646;
}
</style>
border-color css
<style>
span { border-color: #8FE646; }
span { border-color: rgb(143,230,70); }
td.TdClassName
{
border-color: #8FE646;
}
.TagClassName
{
border-color: #8FE646;
}
</style>