Shades of Atlantis #8BC049
Tints of Atlantis #8BC049
RGB
CMYK
RGB Variations
Color information
#8BC049 (or 0x8BC049) is known color: Atlantis. HEX triplet: 8B, C0 and 49. RGB value is (139,192,73). Sum of RGB (Red+Green+Blue) = 139+192+73=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC049 is #743FB6. Grayscale: #A3A3A3. Windows color (decimal): -7618487 or 4833419. OLE color: 4833419.
HSL color Cylindrical-coordinate representation of color #8BC049: hue angle of 86.72º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BC049 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 73 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.25 |
| HSL | 86.72º | 0.49% | 0.52% | - |
| HSV(B) | 86.72º | 0.62% | 0.75% | - |
| XYZ | 30.7 | 43.67 | 13.11 | - |
| YUV | 162.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 73 | 0.28 | 0 | 0.62 | 0.25 | 86.72 | 0.49 | 0.52 |
| Hex | 8B | C0 | 49 | 1C | 0 | 3E | 19 | 57 | 31 | 34 |
| Octal | 213 | 300 | 111 | 34 | 0 | 76 | 31 | 127 | 61 | 64 |
| Binary | 10001011 | 11000000 | 1001001 | 11100 | 0 | 111110 | 11001 | 1010111 | 110001 | 110100 |
Color Harmonies of #8BC049
Complementary color
Monochromatic Colors of #8BC049
Black with #8BC049
Text Example
Text Example
White with #8BC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC049; }
p { color: rgb(139,192,73); }
H1.HeaderClassName
{
color: #8BC049;
}
.AnyTagClassName
{
color: #8BC049;
}
</style>
background-color css
<style>
a { background-color: #8BC049; }
a { background-color: rgb(139,192,73); }
div.DivClassName
{
background-color: #8BC049;
}
.BgClassName
{
background-color: #8BC049;
}
</style>
border-color css
<style>
span { border-color: #8BC049; }
span { border-color: rgb(139,192,73); }
td.TdClassName
{
border-color: #8BC049;
}
.TagClassName
{
border-color: #8BC049;
}
</style>