Shades of Atlantis #8FBC44
Tints of Atlantis #8FBC44
RGB
CMYK
RGB Variations
Color information
#8FBC44 (or 0x8FBC44) is known color: Atlantis. HEX triplet: 8F, BC and 44. RGB value is (143,188,68). Sum of RGB (Red+Green+Blue) = 143+188+68=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC44 is #7043BB. Grayscale: #A1A1A1. Windows color (decimal): -7357372 or 4504719. OLE color: 4504719.
HSL color Cylindrical-coordinate representation of color #8FBC44: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FBC44 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 68 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.26 |
| HSL | 82.5º | 0.47% | 0.5% | - |
| HSV(B) | 82.5º | 0.64% | 0.74% | - |
| XYZ | 30.35 | 42.22 | 12.02 | - |
| YUV | 160.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 68 | 0.24 | 0 | 0.64 | 0.26 | 82.5 | 0.47 | 0.5 |
| Hex | 8F | BC | 44 | 18 | 0 | 40 | 1A | 52 | 2F | 32 |
| Octal | 217 | 274 | 104 | 30 | 0 | 100 | 32 | 122 | 57 | 62 |
| Binary | 10001111 | 10111100 | 1000100 | 11000 | 0 | 1000000 | 11010 | 1010010 | 101111 | 110010 |
Color Harmonies of #8FBC44
Complementary color
Monochromatic Colors of #8FBC44
Black with #8FBC44
Text Example
Text Example
White with #8FBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC44; }
p { color: rgb(143,188,68); }
H1.HeaderClassName
{
color: #8FBC44;
}
.AnyTagClassName
{
color: #8FBC44;
}
</style>
background-color css
<style>
a { background-color: #8FBC44; }
a { background-color: rgb(143,188,68); }
div.DivClassName
{
background-color: #8FBC44;
}
.BgClassName
{
background-color: #8FBC44;
}
</style>
border-color css
<style>
span { border-color: #8FBC44; }
span { border-color: rgb(143,188,68); }
td.TdClassName
{
border-color: #8FBC44;
}
.TagClassName
{
border-color: #8FBC44;
}
</style>