Shades of Atlantis #8FE03F
Tints of Atlantis #8FE03F
RGB
CMYK
RGB Variations
Color information
#8FE03F (or 0x8FE03F) is known color: Atlantis. HEX triplet: 8F, E0 and 3F. RGB value is (143,224,63). Sum of RGB (Red+Green+Blue) = 143+224+63=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE03F is #701FC0. Grayscale: #B5B5B5. Windows color (decimal): -7348161 or 4186255. OLE color: 4186255.
HSL color Cylindrical-coordinate representation of color #8FE03F: hue angle of 90.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FE03F is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 63 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.12 |
| HSL | 90.19º | 0.72% | 0.56% | - |
| HSV(B) | 90.19º | 0.72% | 0.88% | - |
| XYZ | 38.88 | 59.51 | 14.14 | - |
| YUV | 181.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 63 | 0.36 | 0 | 0.72 | 0.12 | 90.19 | 0.72 | 0.56 |
| Hex | 8F | E0 | 3F | 24 | 0 | 48 | C | 5A | 48 | 38 |
| Octal | 217 | 340 | 77 | 44 | 0 | 110 | 14 | 132 | 110 | 70 |
| Binary | 10001111 | 11100000 | 111111 | 100100 | 0 | 1001000 | 1100 | 1011010 | 1001000 | 111000 |
Color Harmonies of #8FE03F
Complementary color
Monochromatic Colors of #8FE03F
Black with #8FE03F
Text Example
Text Example
White with #8FE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE03F; }
p { color: rgb(143,224,63); }
H1.HeaderClassName
{
color: #8FE03F;
}
.AnyTagClassName
{
color: #8FE03F;
}
</style>
background-color css
<style>
a { background-color: #8FE03F; }
a { background-color: rgb(143,224,63); }
div.DivClassName
{
background-color: #8FE03F;
}
.BgClassName
{
background-color: #8FE03F;
}
</style>
border-color css
<style>
span { border-color: #8FE03F; }
span { border-color: rgb(143,224,63); }
td.TdClassName
{
border-color: #8FE03F;
}
.TagClassName
{
border-color: #8FE03F;
}
</style>