Shades of Atlantis #8FE430
Tints of Atlantis #8FE430
RGB
CMYK
RGB Variations
Color information
#8FE430 (or 0x8FE430) is known color: Atlantis. HEX triplet: 8F, E4 and 30. RGB value is (143,228,48). Sum of RGB (Red+Green+Blue) = 143+228+48=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE430 is #701BCF. Grayscale: #B6B6B6. Windows color (decimal): -7347152 or 3204239. OLE color: 3204239.
HSL color Cylindrical-coordinate representation of color #8FE430: hue angle of 88.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FE430 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 48 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.11 |
| HSL | 88.33º | 0.77% | 0.54% | - |
| HSV(B) | 88.33º | 0.79% | 0.89% | - |
| XYZ | 39.6 | 61.54 | 12.59 | - |
| YUV | 182.07 | 52.34 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 48 | 0.37 | 0 | 0.79 | 0.11 | 88.33 | 0.77 | 0.54 |
| Hex | 8F | E4 | 30 | 25 | 0 | 4F | B | 58 | 4D | 36 |
| Octal | 217 | 344 | 60 | 45 | 0 | 117 | 13 | 130 | 115 | 66 |
| Binary | 10001111 | 11100100 | 110000 | 100101 | 0 | 1001111 | 1011 | 1011000 | 1001101 | 110110 |
Color Harmonies of #8FE430
Complementary color
Monochromatic Colors of #8FE430
Black with #8FE430
Text Example
Text Example
White with #8FE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE430; }
p { color: rgb(143,228,48); }
H1.HeaderClassName
{
color: #8FE430;
}
.AnyTagClassName
{
color: #8FE430;
}
</style>
background-color css
<style>
a { background-color: #8FE430; }
a { background-color: rgb(143,228,48); }
div.DivClassName
{
background-color: #8FE430;
}
.BgClassName
{
background-color: #8FE430;
}
</style>
border-color css
<style>
span { border-color: #8FE430; }
span { border-color: rgb(143,228,48); }
td.TdClassName
{
border-color: #8FE430;
}
.TagClassName
{
border-color: #8FE430;
}
</style>