Shades of Atlantis #8FC44D
Tints of Atlantis #8FC44D
RGB
CMYK
RGB Variations
Color information
#8FC44D (or 0x8FC44D) is known color: Atlantis. HEX triplet: 8F, C4 and 4D. RGB value is (143,196,77). Sum of RGB (Red+Green+Blue) = 143+196+77=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC44D is #703BB2. Grayscale: #A7A7A7. Windows color (decimal): -7355315 or 5096591. OLE color: 5096591.
HSL color Cylindrical-coordinate representation of color #8FC44D: hue angle of 86.72º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FC44D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 77 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.23 |
| HSL | 86.72º | 0.5% | 0.54% | - |
| HSV(B) | 86.72º | 0.61% | 0.77% | - |
| XYZ | 32.41 | 45.86 | 14.16 | - |
| YUV | 166.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 77 | 0.27 | 0 | 0.61 | 0.23 | 86.72 | 0.5 | 0.54 |
| Hex | 8F | C4 | 4D | 1B | 0 | 3D | 17 | 57 | 32 | 36 |
| Octal | 217 | 304 | 115 | 33 | 0 | 75 | 27 | 127 | 62 | 66 |
| Binary | 10001111 | 11000100 | 1001101 | 11011 | 0 | 111101 | 10111 | 1010111 | 110010 | 110110 |
Color Harmonies of #8FC44D
Complementary color
Monochromatic Colors of #8FC44D
Black with #8FC44D
Text Example
Text Example
White with #8FC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC44D; }
p { color: rgb(143,196,77); }
H1.HeaderClassName
{
color: #8FC44D;
}
.AnyTagClassName
{
color: #8FC44D;
}
</style>
background-color css
<style>
a { background-color: #8FC44D; }
a { background-color: rgb(143,196,77); }
div.DivClassName
{
background-color: #8FC44D;
}
.BgClassName
{
background-color: #8FC44D;
}
</style>
border-color css
<style>
span { border-color: #8FC44D; }
span { border-color: rgb(143,196,77); }
td.TdClassName
{
border-color: #8FC44D;
}
.TagClassName
{
border-color: #8FC44D;
}
</style>