Shades of Atlantis #8FE745
Tints of Atlantis #8FE745
RGB
CMYK
RGB Variations
Color information
#8FE745 (or 0x8FE745) is known color: Atlantis. HEX triplet: 8F, E7 and 45. RGB value is (143,231,69). Sum of RGB (Red+Green+Blue) = 143+231+69=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE745 is #7018BA. Grayscale: #BABABA. Windows color (decimal): -7346363 or 4581263. OLE color: 4581263.
HSL color Cylindrical-coordinate representation of color #8FE745: hue angle of 92.59º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FE745 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 69 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.09 |
| HSL | 92.59º | 0.77% | 0.59% | - |
| HSV(B) | 92.59º | 0.7% | 0.91% | - |
| XYZ | 40.98 | 63.42 | 15.71 | - |
| YUV | 186.22 | 61.85 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 69 | 0.38 | 0 | 0.70 | 0.09 | 92.59 | 0.77 | 0.59 |
| Hex | 8F | E7 | 45 | 26 | 0 | 46 | 9 | 5D | 4D | 3B |
| Octal | 217 | 347 | 105 | 46 | 0 | 106 | 11 | 135 | 115 | 73 |
| Binary | 10001111 | 11100111 | 1000101 | 100110 | 0 | 1000110 | 1001 | 1011101 | 1001101 | 111011 |
Color Harmonies of #8FE745
Complementary color
Monochromatic Colors of #8FE745
Black with #8FE745
Text Example
Text Example
White with #8FE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE745; }
p { color: rgb(143,231,69); }
H1.HeaderClassName
{
color: #8FE745;
}
.AnyTagClassName
{
color: #8FE745;
}
</style>
background-color css
<style>
a { background-color: #8FE745; }
a { background-color: rgb(143,231,69); }
div.DivClassName
{
background-color: #8FE745;
}
.BgClassName
{
background-color: #8FE745;
}
</style>
border-color css
<style>
span { border-color: #8FE745; }
span { border-color: rgb(143,231,69); }
td.TdClassName
{
border-color: #8FE745;
}
.TagClassName
{
border-color: #8FE745;
}
</style>