Shades of Atlantis #8FCC42
Tints of Atlantis #8FCC42
RGB
CMYK
RGB Variations
Color information
#8FCC42 (or 0x8FCC42) is known color: Atlantis. HEX triplet: 8F, CC and 42. RGB value is (143,204,66). Sum of RGB (Red+Green+Blue) = 143+204+66=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC42 is #7033BD. Grayscale: #AAAAAA. Windows color (decimal): -7353278 or 4377743. OLE color: 4377743.
HSL color Cylindrical-coordinate representation of color #8FCC42: hue angle of 86.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FCC42 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 66 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.2 |
| HSL | 86.52º | 0.58% | 0.53% | - |
| HSV(B) | 86.52º | 0.68% | 0.8% | - |
| XYZ | 33.9 | 49.42 | 12.91 | - |
| YUV | 170.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 66 | 0.30 | 0 | 0.68 | 0.2 | 86.52 | 0.58 | 0.53 |
| Hex | 8F | CC | 42 | 1E | 0 | 44 | 14 | 57 | 3A | 35 |
| Octal | 217 | 314 | 102 | 36 | 0 | 104 | 24 | 127 | 72 | 65 |
| Binary | 10001111 | 11001100 | 1000010 | 11110 | 0 | 1000100 | 10100 | 1010111 | 111010 | 110101 |
Color Harmonies of #8FCC42
Complementary color
Monochromatic Colors of #8FCC42
Black with #8FCC42
Text Example
Text Example
White with #8FCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC42; }
p { color: rgb(143,204,66); }
H1.HeaderClassName
{
color: #8FCC42;
}
.AnyTagClassName
{
color: #8FCC42;
}
</style>
background-color css
<style>
a { background-color: #8FCC42; }
a { background-color: rgb(143,204,66); }
div.DivClassName
{
background-color: #8FCC42;
}
.BgClassName
{
background-color: #8FCC42;
}
</style>
border-color css
<style>
span { border-color: #8FCC42; }
span { border-color: rgb(143,204,66); }
td.TdClassName
{
border-color: #8FCC42;
}
.TagClassName
{
border-color: #8FCC42;
}
</style>