Shades of Atlantis #8BF149
Tints of Atlantis #8BF149
RGB
CMYK
RGB Variations
Color information
#8BF149 (or 0x8BF149) is known color: Atlantis. HEX triplet: 8B, F1 and 49. RGB value is (139,241,73). Sum of RGB (Red+Green+Blue) = 139+241+73=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF149 is #740EB6. Grayscale: #BFBFBF. Windows color (decimal): -7605943 or 4845963. OLE color: 4845963.
HSL color Cylindrical-coordinate representation of color #8BF149: hue angle of 96.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BF149 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 73 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.05 |
| HSL | 96.43º | 0.86% | 0.62% | - |
| HSV(B) | 96.43º | 0.7% | 0.95% | - |
| XYZ | 43.31 | 68.88 | 17.32 | - |
| YUV | 191.35 | 61.21 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 73 | 0.42 | 0 | 0.70 | 0.05 | 96.43 | 0.86 | 0.62 |
| Hex | 8B | F1 | 49 | 2A | 0 | 46 | 5 | 60 | 56 | 3E |
| Octal | 213 | 361 | 111 | 52 | 0 | 106 | 5 | 140 | 126 | 76 |
| Binary | 10001011 | 11110001 | 1001001 | 101010 | 0 | 1000110 | 101 | 1100000 | 1010110 | 111110 |
Color Harmonies of #8BF149
Complementary color
Monochromatic Colors of #8BF149
Black with #8BF149
Text Example
Text Example
White with #8BF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF149; }
p { color: rgb(139,241,73); }
H1.HeaderClassName
{
color: #8BF149;
}
.AnyTagClassName
{
color: #8BF149;
}
</style>
background-color css
<style>
a { background-color: #8BF149; }
a { background-color: rgb(139,241,73); }
div.DivClassName
{
background-color: #8BF149;
}
.BgClassName
{
background-color: #8BF149;
}
</style>
border-color css
<style>
span { border-color: #8BF149; }
span { border-color: rgb(139,241,73); }
td.TdClassName
{
border-color: #8BF149;
}
.TagClassName
{
border-color: #8BF149;
}
</style>