Shades of Atlantis #8FC63C
Tints of Atlantis #8FC63C
RGB
CMYK
RGB Variations
Color information
#8FC63C (or 0x8FC63C) is known color: Atlantis. HEX triplet: 8F, C6 and 3C. RGB value is (143,198,60). Sum of RGB (Red+Green+Blue) = 143+198+60=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC63C is #7039C3. Grayscale: #A6A6A6. Windows color (decimal): -7354820 or 3982991. OLE color: 3982991.
HSL color Cylindrical-coordinate representation of color #8FC63C: hue angle of 83.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FC63C is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 60 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.22 |
| HSL | 83.91º | 0.55% | 0.51% | - |
| HSV(B) | 83.91º | 0.7% | 0.78% | - |
| XYZ | 32.34 | 46.55 | 11.56 | - |
| YUV | 165.82 | 68.28 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 60 | 0.28 | 0 | 0.70 | 0.22 | 83.91 | 0.55 | 0.51 |
| Hex | 8F | C6 | 3C | 1C | 0 | 46 | 16 | 54 | 37 | 33 |
| Octal | 217 | 306 | 74 | 34 | 0 | 106 | 26 | 124 | 67 | 63 |
| Binary | 10001111 | 11000110 | 111100 | 11100 | 0 | 1000110 | 10110 | 1010100 | 110111 | 110011 |
Color Harmonies of #8FC63C
Complementary color
Monochromatic Colors of #8FC63C
Black with #8FC63C
Text Example
Text Example
White with #8FC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC63C; }
p { color: rgb(143,198,60); }
H1.HeaderClassName
{
color: #8FC63C;
}
.AnyTagClassName
{
color: #8FC63C;
}
</style>
background-color css
<style>
a { background-color: #8FC63C; }
a { background-color: rgb(143,198,60); }
div.DivClassName
{
background-color: #8FC63C;
}
.BgClassName
{
background-color: #8FC63C;
}
</style>
border-color css
<style>
span { border-color: #8FC63C; }
span { border-color: rgb(143,198,60); }
td.TdClassName
{
border-color: #8FC63C;
}
.TagClassName
{
border-color: #8FC63C;
}
</style>