Shades of Atlantis #8FC54C
Tints of Atlantis #8FC54C
RGB
CMYK
RGB Variations
Color information
#8FC54C (or 0x8FC54C) is known color: Atlantis. HEX triplet: 8F, C5 and 4C. RGB value is (143,197,76). Sum of RGB (Red+Green+Blue) = 143+197+76=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC54C is #703AB3. Grayscale: #A7A7A7. Windows color (decimal): -7355060 or 5031311. OLE color: 5031311.
HSL color Cylindrical-coordinate representation of color #8FC54C: hue angle of 86.78º degrees, saturation: 0.51, 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 #8FC54C is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 76 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.23 |
| HSL | 86.78º | 0.51% | 0.54% | - |
| HSV(B) | 86.78º | 0.61% | 0.77% | - |
| XYZ | 32.6 | 46.29 | 14.05 | - |
| YUV | 167.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 76 | 0.27 | 0 | 0.61 | 0.23 | 86.78 | 0.51 | 0.54 |
| Hex | 8F | C5 | 4C | 1B | 0 | 3D | 17 | 57 | 33 | 36 |
| Octal | 217 | 305 | 114 | 33 | 0 | 75 | 27 | 127 | 63 | 66 |
| Binary | 10001111 | 11000101 | 1001100 | 11011 | 0 | 111101 | 10111 | 1010111 | 110011 | 110110 |
Color Harmonies of #8FC54C
Complementary color
Monochromatic Colors of #8FC54C
Black with #8FC54C
Text Example
Text Example
White with #8FC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC54C; }
p { color: rgb(143,197,76); }
H1.HeaderClassName
{
color: #8FC54C;
}
.AnyTagClassName
{
color: #8FC54C;
}
</style>
background-color css
<style>
a { background-color: #8FC54C; }
a { background-color: rgb(143,197,76); }
div.DivClassName
{
background-color: #8FC54C;
}
.BgClassName
{
background-color: #8FC54C;
}
</style>
border-color css
<style>
span { border-color: #8FC54C; }
span { border-color: rgb(143,197,76); }
td.TdClassName
{
border-color: #8FC54C;
}
.TagClassName
{
border-color: #8FC54C;
}
</style>