Shades of Atlantis #8FCC3E
Tints of Atlantis #8FCC3E
RGB
CMYK
RGB Variations
Color information
#8FCC3E (or 0x8FCC3E) is known color: Atlantis. HEX triplet: 8F, CC and 3E. RGB value is (143,204,62). Sum of RGB (Red+Green+Blue) = 143+204+62=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC3E is #7033C1. Grayscale: #AAAAAA. Windows color (decimal): -7353282 or 4115599. OLE color: 4115599.
HSL color Cylindrical-coordinate representation of color #8FCC3E: hue angle of 85.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FCC3E is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 62 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.2 |
| HSL | 85.77º | 0.58% | 0.52% | - |
| HSV(B) | 85.77º | 0.7% | 0.8% | - |
| XYZ | 33.79 | 49.37 | 12.31 | - |
| YUV | 169.57 | 67.29 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 62 | 0.30 | 0 | 0.70 | 0.2 | 85.77 | 0.58 | 0.52 |
| Hex | 8F | CC | 3E | 1E | 0 | 46 | 14 | 56 | 3A | 34 |
| Octal | 217 | 314 | 76 | 36 | 0 | 106 | 24 | 126 | 72 | 64 |
| Binary | 10001111 | 11001100 | 111110 | 11110 | 0 | 1000110 | 10100 | 1010110 | 111010 | 110100 |
Color Harmonies of #8FCC3E
Complementary color
Monochromatic Colors of #8FCC3E
Black with #8FCC3E
Text Example
Text Example
White with #8FCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC3E; }
p { color: rgb(143,204,62); }
H1.HeaderClassName
{
color: #8FCC3E;
}
.AnyTagClassName
{
color: #8FCC3E;
}
</style>
background-color css
<style>
a { background-color: #8FCC3E; }
a { background-color: rgb(143,204,62); }
div.DivClassName
{
background-color: #8FCC3E;
}
.BgClassName
{
background-color: #8FCC3E;
}
</style>
border-color css
<style>
span { border-color: #8FCC3E; }
span { border-color: rgb(143,204,62); }
td.TdClassName
{
border-color: #8FCC3E;
}
.TagClassName
{
border-color: #8FCC3E;
}
</style>