Shades of Atlantis #8FF043
Tints of Atlantis #8FF043
RGB
CMYK
RGB Variations
Color information
#8FF043 (or 0x8FF043) is known color: Atlantis. HEX triplet: 8F, F0 and 43. RGB value is (143,240,67). Sum of RGB (Red+Green+Blue) = 143+240+67=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF043 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF043 is #700FBC. Grayscale: #BFBFBF. Windows color (decimal): -7344061 or 4452495. OLE color: 4452495.
HSL color Cylindrical-coordinate representation of color #8FF043: hue angle of 93.64º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FF043 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 67 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.06 |
| HSL | 93.64º | 0.85% | 0.6% | - |
| HSV(B) | 93.64º | 0.72% | 0.94% | - |
| XYZ | 43.5 | 68.57 | 16.25 | - |
| YUV | 191.28 | 57.86 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 67 | 0.40 | 0 | 0.72 | 0.06 | 93.64 | 0.85 | 0.6 |
| Hex | 8F | F0 | 43 | 28 | 0 | 48 | 6 | 5E | 55 | 3C |
| Octal | 217 | 360 | 103 | 50 | 0 | 110 | 6 | 136 | 125 | 74 |
| Binary | 10001111 | 11110000 | 1000011 | 101000 | 0 | 1001000 | 110 | 1011110 | 1010101 | 111100 |
Color Harmonies of #8FF043
Complementary color
Monochromatic Colors of #8FF043
Black with #8FF043
Text Example
Text Example
White with #8FF043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF043; }
p { color: rgb(143,240,67); }
H1.HeaderClassName
{
color: #8FF043;
}
.AnyTagClassName
{
color: #8FF043;
}
</style>
background-color css
<style>
a { background-color: #8FF043; }
a { background-color: rgb(143,240,67); }
div.DivClassName
{
background-color: #8FF043;
}
.BgClassName
{
background-color: #8FF043;
}
</style>
border-color css
<style>
span { border-color: #8FF043; }
span { border-color: rgb(143,240,67); }
td.TdClassName
{
border-color: #8FF043;
}
.TagClassName
{
border-color: #8FF043;
}
</style>