Shades of Atlantis #8BC746
Tints of Atlantis #8BC746
RGB
CMYK
RGB Variations
Color information
#8BC746 (or 0x8BC746) is known color: Atlantis. HEX triplet: 8B, C7 and 46. RGB value is (139,199,70). Sum of RGB (Red+Green+Blue) = 139+199+70=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC746 is #7438B9. Grayscale: #A6A6A6. Windows color (decimal): -7616698 or 4638603. OLE color: 4638603.
HSL color Cylindrical-coordinate representation of color #8BC746: hue angle of 87.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BC746 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 70 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.22 |
| HSL | 87.91º | 0.54% | 0.53% | - |
| HSV(B) | 87.91º | 0.65% | 0.78% | - |
| XYZ | 32.18 | 46.78 | 13.13 | - |
| YUV | 166.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 70 | 0.30 | 0 | 0.65 | 0.22 | 87.91 | 0.54 | 0.53 |
| Hex | 8B | C7 | 46 | 1E | 0 | 41 | 16 | 58 | 36 | 35 |
| Octal | 213 | 307 | 106 | 36 | 0 | 101 | 26 | 130 | 66 | 65 |
| Binary | 10001011 | 11000111 | 1000110 | 11110 | 0 | 1000001 | 10110 | 1011000 | 110110 | 110101 |
Color Harmonies of #8BC746
Complementary color
Monochromatic Colors of #8BC746
Black with #8BC746
Text Example
Text Example
White with #8BC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC746; }
p { color: rgb(139,199,70); }
H1.HeaderClassName
{
color: #8BC746;
}
.AnyTagClassName
{
color: #8BC746;
}
</style>
background-color css
<style>
a { background-color: #8BC746; }
a { background-color: rgb(139,199,70); }
div.DivClassName
{
background-color: #8BC746;
}
.BgClassName
{
background-color: #8BC746;
}
</style>
border-color css
<style>
span { border-color: #8BC746; }
span { border-color: rgb(139,199,70); }
td.TdClassName
{
border-color: #8BC746;
}
.TagClassName
{
border-color: #8BC746;
}
</style>