Shades of Atlantis #8FC54B
Tints of Atlantis #8FC54B
RGB
CMYK
RGB Variations
Color information
#8FC54B (or 0x8FC54B) is known color: Atlantis. HEX triplet: 8F, C5 and 4B. RGB value is (143,197,75). Sum of RGB (Red+Green+Blue) = 143+197+75=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC54B is #703AB4. Grayscale: #A7A7A7. Windows color (decimal): -7355061 or 4965775. OLE color: 4965775.
HSL color Cylindrical-coordinate representation of color #8FC54B: hue angle of 86.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FC54B is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 75 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.23 |
| HSL | 86.56º | 0.51% | 0.53% | - |
| HSV(B) | 86.56º | 0.62% | 0.77% | - |
| XYZ | 32.56 | 46.28 | 13.87 | - |
| YUV | 166.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 75 | 0.27 | 0 | 0.62 | 0.23 | 86.56 | 0.51 | 0.53 |
| Hex | 8F | C5 | 4B | 1B | 0 | 3E | 17 | 57 | 33 | 35 |
| Octal | 217 | 305 | 113 | 33 | 0 | 76 | 27 | 127 | 63 | 65 |
| Binary | 10001111 | 11000101 | 1001011 | 11011 | 0 | 111110 | 10111 | 1010111 | 110011 | 110101 |
Color Harmonies of #8FC54B
Complementary color
Monochromatic Colors of #8FC54B
Black with #8FC54B
Text Example
Text Example
White with #8FC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC54B; }
p { color: rgb(143,197,75); }
H1.HeaderClassName
{
color: #8FC54B;
}
.AnyTagClassName
{
color: #8FC54B;
}
</style>
background-color css
<style>
a { background-color: #8FC54B; }
a { background-color: rgb(143,197,75); }
div.DivClassName
{
background-color: #8FC54B;
}
.BgClassName
{
background-color: #8FC54B;
}
</style>
border-color css
<style>
span { border-color: #8FC54B; }
span { border-color: rgb(143,197,75); }
td.TdClassName
{
border-color: #8FC54B;
}
.TagClassName
{
border-color: #8FC54B;
}
</style>