Shades of Atlantis #8FCC3A
Tints of Atlantis #8FCC3A
RGB
CMYK
RGB Variations
Color information
#8FCC3A (or 0x8FCC3A) is known color: Atlantis. HEX triplet: 8F, CC and 3A. RGB value is (143,204,58). Sum of RGB (Red+Green+Blue) = 143+204+58=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC3A is #7033C5. Grayscale: #A9A9A9. Windows color (decimal): -7353286 or 3853455. OLE color: 3853455.
HSL color Cylindrical-coordinate representation of color #8FCC3A: hue angle of 85.07º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FCC3A is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 58 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.2 |
| HSL | 85.07º | 0.59% | 0.51% | - |
| HSV(B) | 85.07º | 0.72% | 0.8% | - |
| XYZ | 33.68 | 49.33 | 11.75 | - |
| YUV | 169.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 58 | 0.30 | 0 | 0.72 | 0.2 | 85.07 | 0.59 | 0.51 |
| Hex | 8F | CC | 3A | 1E | 0 | 48 | 14 | 55 | 3B | 33 |
| Octal | 217 | 314 | 72 | 36 | 0 | 110 | 24 | 125 | 73 | 63 |
| Binary | 10001111 | 11001100 | 111010 | 11110 | 0 | 1001000 | 10100 | 1010101 | 111011 | 110011 |
Color Harmonies of #8FCC3A
Complementary color
Monochromatic Colors of #8FCC3A
Black with #8FCC3A
Text Example
Text Example
White with #8FCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC3A; }
p { color: rgb(143,204,58); }
H1.HeaderClassName
{
color: #8FCC3A;
}
.AnyTagClassName
{
color: #8FCC3A;
}
</style>
background-color css
<style>
a { background-color: #8FCC3A; }
a { background-color: rgb(143,204,58); }
div.DivClassName
{
background-color: #8FCC3A;
}
.BgClassName
{
background-color: #8FCC3A;
}
</style>
border-color css
<style>
span { border-color: #8FCC3A; }
span { border-color: rgb(143,204,58); }
td.TdClassName
{
border-color: #8FCC3A;
}
.TagClassName
{
border-color: #8FCC3A;
}
</style>