Shades of Atlantis #8FD044
Tints of Atlantis #8FD044
RGB
CMYK
RGB Variations
Color information
#8FD044 (or 0x8FD044) is known color: Atlantis. HEX triplet: 8F, D0 and 44. RGB value is (143,208,68). Sum of RGB (Red+Green+Blue) = 143+208+68=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD044 is #702FBB. Grayscale: #ADADAD. Windows color (decimal): -7352252 or 4509839. OLE color: 4509839.
HSL color Cylindrical-coordinate representation of color #8FD044: hue angle of 87.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FD044 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 68 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.18 |
| HSL | 87.86º | 0.6% | 0.54% | - |
| HSV(B) | 87.86º | 0.67% | 0.82% | - |
| XYZ | 34.93 | 51.37 | 13.54 | - |
| YUV | 172.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 68 | 0.31 | 0 | 0.67 | 0.18 | 87.86 | 0.6 | 0.54 |
| Hex | 8F | D0 | 44 | 1F | 0 | 43 | 12 | 58 | 3C | 36 |
| Octal | 217 | 320 | 104 | 37 | 0 | 103 | 22 | 130 | 74 | 66 |
| Binary | 10001111 | 11010000 | 1000100 | 11111 | 0 | 1000011 | 10010 | 1011000 | 111100 | 110110 |
Color Harmonies of #8FD044
Complementary color
Monochromatic Colors of #8FD044
Black with #8FD044
Text Example
Text Example
White with #8FD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD044; }
p { color: rgb(143,208,68); }
H1.HeaderClassName
{
color: #8FD044;
}
.AnyTagClassName
{
color: #8FD044;
}
</style>
background-color css
<style>
a { background-color: #8FD044; }
a { background-color: rgb(143,208,68); }
div.DivClassName
{
background-color: #8FD044;
}
.BgClassName
{
background-color: #8FD044;
}
</style>
border-color css
<style>
span { border-color: #8FD044; }
span { border-color: rgb(143,208,68); }
td.TdClassName
{
border-color: #8FD044;
}
.TagClassName
{
border-color: #8FD044;
}
</style>