Shades of Atlantis #8FE13F
Tints of Atlantis #8FE13F
RGB
CMYK
RGB Variations
Color information
#8FE13F (or 0x8FE13F) is known color: Atlantis. HEX triplet: 8F, E1 and 3F. RGB value is (143,225,63). Sum of RGB (Red+Green+Blue) = 143+225+63=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE13F is #701EC0. Grayscale: #B6B6B6. Windows color (decimal): -7347905 or 4186511. OLE color: 4186511.
HSL color Cylindrical-coordinate representation of color #8FE13F: hue angle of 90.37º degrees, saturation: 0.73, 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 #8FE13F is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 63 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.12 |
| HSL | 90.37º | 0.73% | 0.56% | - |
| HSV(B) | 90.37º | 0.72% | 0.88% | - |
| XYZ | 39.15 | 60.05 | 14.23 | - |
| YUV | 182.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 63 | 0.36 | 0 | 0.72 | 0.12 | 90.37 | 0.73 | 0.56 |
| Hex | 8F | E1 | 3F | 24 | 0 | 48 | C | 5A | 49 | 38 |
| Octal | 217 | 341 | 77 | 44 | 0 | 110 | 14 | 132 | 111 | 70 |
| Binary | 10001111 | 11100001 | 111111 | 100100 | 0 | 1001000 | 1100 | 1011010 | 1001001 | 111000 |
Color Harmonies of #8FE13F
Complementary color
Monochromatic Colors of #8FE13F
Black with #8FE13F
Text Example
Text Example
White with #8FE13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE13F; }
p { color: rgb(143,225,63); }
H1.HeaderClassName
{
color: #8FE13F;
}
.AnyTagClassName
{
color: #8FE13F;
}
</style>
background-color css
<style>
a { background-color: #8FE13F; }
a { background-color: rgb(143,225,63); }
div.DivClassName
{
background-color: #8FE13F;
}
.BgClassName
{
background-color: #8FE13F;
}
</style>
border-color css
<style>
span { border-color: #8FE13F; }
span { border-color: rgb(143,225,63); }
td.TdClassName
{
border-color: #8FE13F;
}
.TagClassName
{
border-color: #8FE13F;
}
</style>