Shades of Atlantis #8FC449
Tints of Atlantis #8FC449
RGB
CMYK
RGB Variations
Color information
#8FC449 (or 0x8FC449) is known color: Atlantis. HEX triplet: 8F, C4 and 49. RGB value is (143,196,73). Sum of RGB (Red+Green+Blue) = 143+196+73=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC449 is #703BB6. Grayscale: #A6A6A6. Windows color (decimal): -7355319 or 4834447. OLE color: 4834447.
HSL color Cylindrical-coordinate representation of color #8FC449: hue angle of 85.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FC449 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 73 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.23 |
| HSL | 85.85º | 0.51% | 0.53% | - |
| HSV(B) | 85.85º | 0.63% | 0.77% | - |
| XYZ | 32.27 | 45.8 | 13.44 | - |
| YUV | 166.13 | 75.44 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 73 | 0.27 | 0 | 0.63 | 0.23 | 85.85 | 0.51 | 0.53 |
| Hex | 8F | C4 | 49 | 1B | 0 | 3F | 17 | 56 | 33 | 35 |
| Octal | 217 | 304 | 111 | 33 | 0 | 77 | 27 | 126 | 63 | 65 |
| Binary | 10001111 | 11000100 | 1001001 | 11011 | 0 | 111111 | 10111 | 1010110 | 110011 | 110101 |
Color Harmonies of #8FC449
Complementary color
Monochromatic Colors of #8FC449
Black with #8FC449
Text Example
Text Example
White with #8FC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC449; }
p { color: rgb(143,196,73); }
H1.HeaderClassName
{
color: #8FC449;
}
.AnyTagClassName
{
color: #8FC449;
}
</style>
background-color css
<style>
a { background-color: #8FC449; }
a { background-color: rgb(143,196,73); }
div.DivClassName
{
background-color: #8FC449;
}
.BgClassName
{
background-color: #8FC449;
}
</style>
border-color css
<style>
span { border-color: #8FC449; }
span { border-color: rgb(143,196,73); }
td.TdClassName
{
border-color: #8FC449;
}
.TagClassName
{
border-color: #8FC449;
}
</style>