Shades of Atlantis #8FC642
Tints of Atlantis #8FC642
RGB
CMYK
RGB Variations
Color information
#8FC642 (or 0x8FC642) is known color: Atlantis. HEX triplet: 8F, C6 and 42. RGB value is (143,198,66). Sum of RGB (Red+Green+Blue) = 143+198+66=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC642 is #7039BD. Grayscale: #A6A6A6. Windows color (decimal): -7354814 or 4376207. OLE color: 4376207.
HSL color Cylindrical-coordinate representation of color #8FC642: hue angle of 85º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FC642 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 66 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.22 |
| HSL | 85º | 0.54% | 0.52% | - |
| HSV(B) | 85º | 0.67% | 0.78% | - |
| XYZ | 32.51 | 46.62 | 12.44 | - |
| YUV | 166.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 66 | 0.28 | 0 | 0.67 | 0.22 | 85 | 0.54 | 0.52 |
| Hex | 8F | C6 | 42 | 1C | 0 | 43 | 16 | 55 | 36 | 34 |
| Octal | 217 | 306 | 102 | 34 | 0 | 103 | 26 | 125 | 66 | 64 |
| Binary | 10001111 | 11000110 | 1000010 | 11100 | 0 | 1000011 | 10110 | 1010101 | 110110 | 110100 |
Color Harmonies of #8FC642
Complementary color
Monochromatic Colors of #8FC642
Black with #8FC642
Text Example
Text Example
White with #8FC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC642; }
p { color: rgb(143,198,66); }
H1.HeaderClassName
{
color: #8FC642;
}
.AnyTagClassName
{
color: #8FC642;
}
</style>
background-color css
<style>
a { background-color: #8FC642; }
a { background-color: rgb(143,198,66); }
div.DivClassName
{
background-color: #8FC642;
}
.BgClassName
{
background-color: #8FC642;
}
</style>
border-color css
<style>
span { border-color: #8FC642; }
span { border-color: rgb(143,198,66); }
td.TdClassName
{
border-color: #8FC642;
}
.TagClassName
{
border-color: #8FC642;
}
</style>