Shades of Atlantis #8FE348
Tints of Atlantis #8FE348
RGB
CMYK
RGB Variations
Color information
#8FE348 (or 0x8FE348) is known color: Atlantis. HEX triplet: 8F, E3 and 48. RGB value is (143,227,72). Sum of RGB (Red+Green+Blue) = 143+227+72=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE348 is #701CB7. Grayscale: #B8B8B8. Windows color (decimal): -7347384 or 4776847. OLE color: 4776847.
HSL color Cylindrical-coordinate representation of color #8FE348: hue angle of 92.52º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FE348 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 72 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.11 |
| HSL | 92.52º | 0.73% | 0.59% | - |
| HSV(B) | 92.52º | 0.68% | 0.89% | - |
| XYZ | 39.97 | 61.25 | 15.85 | - |
| YUV | 184.21 | 64.67 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 72 | 0.37 | 0 | 0.68 | 0.11 | 92.52 | 0.73 | 0.59 |
| Hex | 8F | E3 | 48 | 25 | 0 | 44 | B | 5D | 49 | 3B |
| Octal | 217 | 343 | 110 | 45 | 0 | 104 | 13 | 135 | 111 | 73 |
| Binary | 10001111 | 11100011 | 1001000 | 100101 | 0 | 1000100 | 1011 | 1011101 | 1001001 | 111011 |
Color Harmonies of #8FE348
Complementary color
Monochromatic Colors of #8FE348
Black with #8FE348
Text Example
Text Example
White with #8FE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE348; }
p { color: rgb(143,227,72); }
H1.HeaderClassName
{
color: #8FE348;
}
.AnyTagClassName
{
color: #8FE348;
}
</style>
background-color css
<style>
a { background-color: #8FE348; }
a { background-color: rgb(143,227,72); }
div.DivClassName
{
background-color: #8FE348;
}
.BgClassName
{
background-color: #8FE348;
}
</style>
border-color css
<style>
span { border-color: #8FE348; }
span { border-color: rgb(143,227,72); }
td.TdClassName
{
border-color: #8FE348;
}
.TagClassName
{
border-color: #8FE348;
}
</style>