Shades of Atlantis #8FF044
Tints of Atlantis #8FF044
RGB
CMYK
RGB Variations
Color information
#8FF044 (or 0x8FF044) is known color: Atlantis. HEX triplet: 8F, F0 and 44. RGB value is (143,240,68). Sum of RGB (Red+Green+Blue) = 143+240+68=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF044 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF044 is #700FBB. Grayscale: #BFBFBF. Windows color (decimal): -7344060 or 4518031. OLE color: 4518031.
HSL color Cylindrical-coordinate representation of color #8FF044: hue angle of 93.84º 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 #8FF044 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 68 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.06 |
| HSL | 93.84º | 0.85% | 0.6% | - |
| HSV(B) | 93.84º | 0.72% | 0.94% | - |
| XYZ | 43.53 | 68.58 | 16.41 | - |
| YUV | 191.39 | 58.36 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 68 | 0.40 | 0 | 0.72 | 0.06 | 93.84 | 0.85 | 0.6 |
| Hex | 8F | F0 | 44 | 28 | 0 | 48 | 6 | 5E | 55 | 3C |
| Octal | 217 | 360 | 104 | 50 | 0 | 110 | 6 | 136 | 125 | 74 |
| Binary | 10001111 | 11110000 | 1000100 | 101000 | 0 | 1001000 | 110 | 1011110 | 1010101 | 111100 |
Color Harmonies of #8FF044
Complementary color
Monochromatic Colors of #8FF044
Black with #8FF044
Text Example
Text Example
White with #8FF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF044; }
p { color: rgb(143,240,68); }
H1.HeaderClassName
{
color: #8FF044;
}
.AnyTagClassName
{
color: #8FF044;
}
</style>
background-color css
<style>
a { background-color: #8FF044; }
a { background-color: rgb(143,240,68); }
div.DivClassName
{
background-color: #8FF044;
}
.BgClassName
{
background-color: #8FF044;
}
</style>
border-color css
<style>
span { border-color: #8FF044; }
span { border-color: rgb(143,240,68); }
td.TdClassName
{
border-color: #8FF044;
}
.TagClassName
{
border-color: #8FF044;
}
</style>