Shades of Atlantis #8FF143
Tints of Atlantis #8FF143
RGB
CMYK
RGB Variations
Color information
#8FF143 (or 0x8FF143) is known color: Atlantis. HEX triplet: 8F, F1 and 43. RGB value is (143,241,67). Sum of RGB (Red+Green+Blue) = 143+241+67=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF143 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF143 is #700EBC. Grayscale: #C0C0C0. Windows color (decimal): -7343805 or 4452751. OLE color: 4452751.
HSL color Cylindrical-coordinate representation of color #8FF143: hue angle of 93.79º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FF143 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 67 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.05 |
| HSL | 93.79º | 0.86% | 0.6% | - |
| HSV(B) | 93.79º | 0.72% | 0.95% | - |
| XYZ | 43.8 | 69.16 | 16.35 | - |
| YUV | 191.86 | 57.53 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 67 | 0.41 | 0 | 0.72 | 0.05 | 93.79 | 0.86 | 0.6 |
| Hex | 8F | F1 | 43 | 29 | 0 | 48 | 5 | 5E | 56 | 3C |
| Octal | 217 | 361 | 103 | 51 | 0 | 110 | 5 | 136 | 126 | 74 |
| Binary | 10001111 | 11110001 | 1000011 | 101001 | 0 | 1001000 | 101 | 1011110 | 1010110 | 111100 |
Color Harmonies of #8FF143
Complementary color
Monochromatic Colors of #8FF143
Black with #8FF143
Text Example
Text Example
White with #8FF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF143; }
p { color: rgb(143,241,67); }
H1.HeaderClassName
{
color: #8FF143;
}
.AnyTagClassName
{
color: #8FF143;
}
</style>
background-color css
<style>
a { background-color: #8FF143; }
a { background-color: rgb(143,241,67); }
div.DivClassName
{
background-color: #8FF143;
}
.BgClassName
{
background-color: #8FF143;
}
</style>
border-color css
<style>
span { border-color: #8FF143; }
span { border-color: rgb(143,241,67); }
td.TdClassName
{
border-color: #8FF143;
}
.TagClassName
{
border-color: #8FF143;
}
</style>