Shades of Atlantis #8FC443
Tints of Atlantis #8FC443
RGB
CMYK
RGB Variations
Color information
#8FC443 (or 0x8FC443) is known color: Atlantis. HEX triplet: 8F, C4 and 43. RGB value is (143,196,67). Sum of RGB (Red+Green+Blue) = 143+196+67=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC443 is #703BBC. Grayscale: #A5A5A5. Windows color (decimal): -7355325 or 4441231. OLE color: 4441231.
HSL color Cylindrical-coordinate representation of color #8FC443: hue angle of 84.65º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FC443 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 67 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.23 |
| HSL | 84.65º | 0.52% | 0.52% | - |
| HSV(B) | 84.65º | 0.66% | 0.77% | - |
| XYZ | 32.08 | 45.72 | 12.45 | - |
| YUV | 165.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 67 | 0.27 | 0 | 0.66 | 0.23 | 84.65 | 0.52 | 0.52 |
| Hex | 8F | C4 | 43 | 1B | 0 | 42 | 17 | 55 | 34 | 34 |
| Octal | 217 | 304 | 103 | 33 | 0 | 102 | 27 | 125 | 64 | 64 |
| Binary | 10001111 | 11000100 | 1000011 | 11011 | 0 | 1000010 | 10111 | 1010101 | 110100 | 110100 |
Color Harmonies of #8FC443
Complementary color
Monochromatic Colors of #8FC443
Black with #8FC443
Text Example
Text Example
White with #8FC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC443; }
p { color: rgb(143,196,67); }
H1.HeaderClassName
{
color: #8FC443;
}
.AnyTagClassName
{
color: #8FC443;
}
</style>
background-color css
<style>
a { background-color: #8FC443; }
a { background-color: rgb(143,196,67); }
div.DivClassName
{
background-color: #8FC443;
}
.BgClassName
{
background-color: #8FC443;
}
</style>
border-color css
<style>
span { border-color: #8FC443; }
span { border-color: rgb(143,196,67); }
td.TdClassName
{
border-color: #8FC443;
}
.TagClassName
{
border-color: #8FC443;
}
</style>