Shades of Atlantis #8FD648
Tints of Atlantis #8FD648
RGB
CMYK
RGB Variations
Color information
#8FD648 (or 0x8FD648) is known color: Atlantis. HEX triplet: 8F, D6 and 48. RGB value is (143,214,72). Sum of RGB (Red+Green+Blue) = 143+214+72=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD648 is #7029B7. Grayscale: #B1B1B1. Windows color (decimal): -7350712 or 4773519. OLE color: 4773519.
HSL color Cylindrical-coordinate representation of color #8FD648: hue angle of 90º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FD648 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 72 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.16 |
| HSL | 90º | 0.63% | 0.56% | - |
| HSV(B) | 90º | 0.66% | 0.84% | - |
| XYZ | 36.54 | 54.4 | 14.71 | - |
| YUV | 176.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 72 | 0.33 | 0 | 0.66 | 0.16 | 90 | 0.63 | 0.56 |
| Hex | 8F | D6 | 48 | 21 | 0 | 42 | 10 | 5A | 3F | 38 |
| Octal | 217 | 326 | 110 | 41 | 0 | 102 | 20 | 132 | 77 | 70 |
| Binary | 10001111 | 11010110 | 1001000 | 100001 | 0 | 1000010 | 10000 | 1011010 | 111111 | 111000 |
Color Harmonies of #8FD648
Complementary color
Monochromatic Colors of #8FD648
Black with #8FD648
Text Example
Text Example
White with #8FD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD648; }
p { color: rgb(143,214,72); }
H1.HeaderClassName
{
color: #8FD648;
}
.AnyTagClassName
{
color: #8FD648;
}
</style>
background-color css
<style>
a { background-color: #8FD648; }
a { background-color: rgb(143,214,72); }
div.DivClassName
{
background-color: #8FD648;
}
.BgClassName
{
background-color: #8FD648;
}
</style>
border-color css
<style>
span { border-color: #8FD648; }
span { border-color: rgb(143,214,72); }
td.TdClassName
{
border-color: #8FD648;
}
.TagClassName
{
border-color: #8FD648;
}
</style>