Shades of Atlantis #8FC84A
Tints of Atlantis #8FC84A
RGB
CMYK
RGB Variations
Color information
#8FC84A (or 0x8FC84A) is known color: Atlantis. HEX triplet: 8F, C8 and 4A. RGB value is (143,200,74). Sum of RGB (Red+Green+Blue) = 143+200+74=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC84A is #7037B5. Grayscale: #A9A9A9. Windows color (decimal): -7354294 or 4901007. OLE color: 4901007.
HSL color Cylindrical-coordinate representation of color #8FC84A: hue angle of 87.14º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FC84A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 74 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.22 |
| HSL | 87.14º | 0.53% | 0.54% | - |
| HSV(B) | 87.14º | 0.63% | 0.78% | - |
| XYZ | 33.22 | 47.64 | 13.92 | - |
| YUV | 168.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 74 | 0.28 | 0 | 0.63 | 0.22 | 87.14 | 0.53 | 0.54 |
| Hex | 8F | C8 | 4A | 1C | 0 | 3F | 16 | 57 | 35 | 36 |
| Octal | 217 | 310 | 112 | 34 | 0 | 77 | 26 | 127 | 65 | 66 |
| Binary | 10001111 | 11001000 | 1001010 | 11100 | 0 | 111111 | 10110 | 1010111 | 110101 | 110110 |
Color Harmonies of #8FC84A
Complementary color
Monochromatic Colors of #8FC84A
Black with #8FC84A
Text Example
Text Example
White with #8FC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC84A; }
p { color: rgb(143,200,74); }
H1.HeaderClassName
{
color: #8FC84A;
}
.AnyTagClassName
{
color: #8FC84A;
}
</style>
background-color css
<style>
a { background-color: #8FC84A; }
a { background-color: rgb(143,200,74); }
div.DivClassName
{
background-color: #8FC84A;
}
.BgClassName
{
background-color: #8FC84A;
}
</style>
border-color css
<style>
span { border-color: #8FC84A; }
span { border-color: rgb(143,200,74); }
td.TdClassName
{
border-color: #8FC84A;
}
.TagClassName
{
border-color: #8FC84A;
}
</style>