Shades of Atlantis #8FC249
Tints of Atlantis #8FC249
RGB
CMYK
RGB Variations
Color information
#8FC249 (or 0x8FC249) is known color: Atlantis. HEX triplet: 8F, C2 and 49. RGB value is (143,194,73). Sum of RGB (Red+Green+Blue) = 143+194+73=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC249 is #703DB6. Grayscale: #A5A5A5. Windows color (decimal): -7355831 or 4833935. OLE color: 4833935.
HSL color Cylindrical-coordinate representation of color #8FC249: hue angle of 85.29º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FC249 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 73 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.24 |
| HSL | 85.29º | 0.5% | 0.52% | - |
| HSV(B) | 85.29º | 0.62% | 0.76% | - |
| XYZ | 31.82 | 44.9 | 13.29 | - |
| YUV | 164.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 73 | 0.26 | 0 | 0.62 | 0.24 | 85.29 | 0.5 | 0.52 |
| Hex | 8F | C2 | 49 | 1A | 0 | 3E | 18 | 55 | 32 | 34 |
| Octal | 217 | 302 | 111 | 32 | 0 | 76 | 30 | 125 | 62 | 64 |
| Binary | 10001111 | 11000010 | 1001001 | 11010 | 0 | 111110 | 11000 | 1010101 | 110010 | 110100 |
Color Harmonies of #8FC249
Complementary color
Monochromatic Colors of #8FC249
Black with #8FC249
Text Example
Text Example
White with #8FC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC249; }
p { color: rgb(143,194,73); }
H1.HeaderClassName
{
color: #8FC249;
}
.AnyTagClassName
{
color: #8FC249;
}
</style>
background-color css
<style>
a { background-color: #8FC249; }
a { background-color: rgb(143,194,73); }
div.DivClassName
{
background-color: #8FC249;
}
.BgClassName
{
background-color: #8FC249;
}
</style>
border-color css
<style>
span { border-color: #8FC249; }
span { border-color: rgb(143,194,73); }
td.TdClassName
{
border-color: #8FC249;
}
.TagClassName
{
border-color: #8FC249;
}
</style>