Shades of Atlantis #8FE13B
Tints of Atlantis #8FE13B
RGB
CMYK
RGB Variations
Color information
#8FE13B (or 0x8FE13B) is known color: Atlantis. HEX triplet: 8F, E1 and 3B. RGB value is (143,225,59). Sum of RGB (Red+Green+Blue) = 143+225+59=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE13B is #701EC4. Grayscale: #B6B6B6. Windows color (decimal): -7347909 or 3924367. OLE color: 3924367.
HSL color Cylindrical-coordinate representation of color #8FE13B: hue angle of 89.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FE13B is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 59 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.12 |
| HSL | 89.64º | 0.73% | 0.56% | - |
| HSV(B) | 89.64º | 0.74% | 0.88% | - |
| XYZ | 39.04 | 60.01 | 13.66 | - |
| YUV | 181.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 59 | 0.36 | 0 | 0.74 | 0.12 | 89.64 | 0.73 | 0.56 |
| Hex | 8F | E1 | 3B | 24 | 0 | 4A | C | 5A | 49 | 38 |
| Octal | 217 | 341 | 73 | 44 | 0 | 112 | 14 | 132 | 111 | 70 |
| Binary | 10001111 | 11100001 | 111011 | 100100 | 0 | 1001010 | 1100 | 1011010 | 1001001 | 111000 |
Color Harmonies of #8FE13B
Complementary color
Monochromatic Colors of #8FE13B
Black with #8FE13B
Text Example
Text Example
White with #8FE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE13B; }
p { color: rgb(143,225,59); }
H1.HeaderClassName
{
color: #8FE13B;
}
.AnyTagClassName
{
color: #8FE13B;
}
</style>
background-color css
<style>
a { background-color: #8FE13B; }
a { background-color: rgb(143,225,59); }
div.DivClassName
{
background-color: #8FE13B;
}
.BgClassName
{
background-color: #8FE13B;
}
</style>
border-color css
<style>
span { border-color: #8FE13B; }
span { border-color: rgb(143,225,59); }
td.TdClassName
{
border-color: #8FE13B;
}
.TagClassName
{
border-color: #8FE13B;
}
</style>