Shades of Atlantis #8FD945
Tints of Atlantis #8FD945
RGB
CMYK
RGB Variations
Color information
#8FD945 (or 0x8FD945) is known color: Atlantis. HEX triplet: 8F, D9 and 45. RGB value is (143,217,69). Sum of RGB (Red+Green+Blue) = 143+217+69=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD945 is #7026BA. Grayscale: #B2B2B2. Windows color (decimal): -7349947 or 4577679. OLE color: 4577679.
HSL color Cylindrical-coordinate representation of color #8FD945: hue angle of 90º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FD945 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 69 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.15 |
| HSL | 90º | 0.66% | 0.56% | - |
| HSV(B) | 90º | 0.68% | 0.85% | - |
| XYZ | 37.21 | 55.9 | 14.46 | - |
| YUV | 178 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 69 | 0.34 | 0 | 0.68 | 0.15 | 90 | 0.66 | 0.56 |
| Hex | 8F | D9 | 45 | 22 | 0 | 44 | F | 5A | 42 | 38 |
| Octal | 217 | 331 | 105 | 42 | 0 | 104 | 17 | 132 | 102 | 70 |
| Binary | 10001111 | 11011001 | 1000101 | 100010 | 0 | 1000100 | 1111 | 1011010 | 1000010 | 111000 |
Color Harmonies of #8FD945
Complementary color
Monochromatic Colors of #8FD945
Black with #8FD945
Text Example
Text Example
White with #8FD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD945; }
p { color: rgb(143,217,69); }
H1.HeaderClassName
{
color: #8FD945;
}
.AnyTagClassName
{
color: #8FD945;
}
</style>
background-color css
<style>
a { background-color: #8FD945; }
a { background-color: rgb(143,217,69); }
div.DivClassName
{
background-color: #8FD945;
}
.BgClassName
{
background-color: #8FD945;
}
</style>
border-color css
<style>
span { border-color: #8FD945; }
span { border-color: rgb(143,217,69); }
td.TdClassName
{
border-color: #8FD945;
}
.TagClassName
{
border-color: #8FD945;
}
</style>