Shades of Atlantis #8FD546
Tints of Atlantis #8FD546
RGB
CMYK
RGB Variations
Color information
#8FD546 (or 0x8FD546) is known color: Atlantis. HEX triplet: 8F, D5 and 46. RGB value is (143,213,70). Sum of RGB (Red+Green+Blue) = 143+213+70=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD546 is #702AB9. Grayscale: #B0B0B0. Windows color (decimal): -7350970 or 4642191. OLE color: 4642191.
HSL color Cylindrical-coordinate representation of color #8FD546: hue angle of 89.37º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FD546 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 70 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.16 |
| HSL | 89.37º | 0.63% | 0.55% | - |
| HSV(B) | 89.37º | 0.67% | 0.84% | - |
| XYZ | 36.23 | 53.87 | 14.28 | - |
| YUV | 175.77 | 68.31 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 70 | 0.33 | 0 | 0.67 | 0.16 | 89.37 | 0.63 | 0.55 |
| Hex | 8F | D5 | 46 | 21 | 0 | 43 | 10 | 59 | 3F | 37 |
| Octal | 217 | 325 | 106 | 41 | 0 | 103 | 20 | 131 | 77 | 67 |
| Binary | 10001111 | 11010101 | 1000110 | 100001 | 0 | 1000011 | 10000 | 1011001 | 111111 | 110111 |
Color Harmonies of #8FD546
Complementary color
Monochromatic Colors of #8FD546
Black with #8FD546
Text Example
Text Example
White with #8FD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD546; }
p { color: rgb(143,213,70); }
H1.HeaderClassName
{
color: #8FD546;
}
.AnyTagClassName
{
color: #8FD546;
}
</style>
background-color css
<style>
a { background-color: #8FD546; }
a { background-color: rgb(143,213,70); }
div.DivClassName
{
background-color: #8FD546;
}
.BgClassName
{
background-color: #8FD546;
}
</style>
border-color css
<style>
span { border-color: #8FD546; }
span { border-color: rgb(143,213,70); }
td.TdClassName
{
border-color: #8FD546;
}
.TagClassName
{
border-color: #8FD546;
}
</style>