Shades of Atlantis #8FC240
Tints of Atlantis #8FC240
RGB
CMYK
RGB Variations
Color information
#8FC240 (or 0x8FC240) is known color: Atlantis. HEX triplet: 8F, C2 and 40. RGB value is (143,194,64). Sum of RGB (Red+Green+Blue) = 143+194+64=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC240 is #703DBF. Grayscale: #A4A4A4. Windows color (decimal): -7355840 or 4244111. OLE color: 4244111.
HSL color Cylindrical-coordinate representation of color #8FC240: hue angle of 83.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FC240 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 64 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.24 |
| HSL | 83.54º | 0.52% | 0.51% | - |
| HSV(B) | 83.54º | 0.67% | 0.76% | - |
| XYZ | 31.54 | 44.79 | 11.83 | - |
| YUV | 163.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 64 | 0.26 | 0 | 0.67 | 0.24 | 83.54 | 0.52 | 0.51 |
| Hex | 8F | C2 | 40 | 1A | 0 | 43 | 18 | 54 | 34 | 33 |
| Octal | 217 | 302 | 100 | 32 | 0 | 103 | 30 | 124 | 64 | 63 |
| Binary | 10001111 | 11000010 | 1000000 | 11010 | 0 | 1000011 | 11000 | 1010100 | 110100 | 110011 |
Color Harmonies of #8FC240
Complementary color
Monochromatic Colors of #8FC240
Black with #8FC240
Text Example
Text Example
White with #8FC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC240; }
p { color: rgb(143,194,64); }
H1.HeaderClassName
{
color: #8FC240;
}
.AnyTagClassName
{
color: #8FC240;
}
</style>
background-color css
<style>
a { background-color: #8FC240; }
a { background-color: rgb(143,194,64); }
div.DivClassName
{
background-color: #8FC240;
}
.BgClassName
{
background-color: #8FC240;
}
</style>
border-color css
<style>
span { border-color: #8FC240; }
span { border-color: rgb(143,194,64); }
td.TdClassName
{
border-color: #8FC240;
}
.TagClassName
{
border-color: #8FC240;
}
</style>