Shades of Atlantis #8BC949
Tints of Atlantis #8BC949
RGB
CMYK
RGB Variations
Color information
#8BC949 (or 0x8BC949) is known color: Atlantis. HEX triplet: 8B, C9 and 49. RGB value is (139,201,73). Sum of RGB (Red+Green+Blue) = 139+201+73=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC949 is #7436B6. Grayscale: #A8A8A8. Windows color (decimal): -7616183 or 4835723. OLE color: 4835723.
HSL color Cylindrical-coordinate representation of color #8BC949: hue angle of 89.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BC949 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 73 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.21 |
| HSL | 89.06º | 0.54% | 0.54% | - |
| HSV(B) | 89.06º | 0.64% | 0.79% | - |
| XYZ | 32.74 | 47.74 | 13.79 | - |
| YUV | 167.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 73 | 0.31 | 0 | 0.64 | 0.21 | 89.06 | 0.54 | 0.54 |
| Hex | 8B | C9 | 49 | 1F | 0 | 40 | 15 | 59 | 36 | 36 |
| Octal | 213 | 311 | 111 | 37 | 0 | 100 | 25 | 131 | 66 | 66 |
| Binary | 10001011 | 11001001 | 1001001 | 11111 | 0 | 1000000 | 10101 | 1011001 | 110110 | 110110 |
Color Harmonies of #8BC949
Complementary color
Monochromatic Colors of #8BC949
Black with #8BC949
Text Example
Text Example
White with #8BC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC949; }
p { color: rgb(139,201,73); }
H1.HeaderClassName
{
color: #8BC949;
}
.AnyTagClassName
{
color: #8BC949;
}
</style>
background-color css
<style>
a { background-color: #8BC949; }
a { background-color: rgb(139,201,73); }
div.DivClassName
{
background-color: #8BC949;
}
.BgClassName
{
background-color: #8BC949;
}
</style>
border-color css
<style>
span { border-color: #8BC949; }
span { border-color: rgb(139,201,73); }
td.TdClassName
{
border-color: #8BC949;
}
.TagClassName
{
border-color: #8BC949;
}
</style>