Shades of Atlantis #8BC346
Tints of Atlantis #8BC346
RGB
CMYK
RGB Variations
Color information
#8BC346 (or 0x8BC346) is known color: Atlantis. HEX triplet: 8B, C3 and 46. RGB value is (139,195,70). Sum of RGB (Red+Green+Blue) = 139+195+70=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC346 is #743CB9. Grayscale: #A4A4A4. Windows color (decimal): -7617722 or 4637579. OLE color: 4637579.
HSL color Cylindrical-coordinate representation of color #8BC346: hue angle of 86.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BC346 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 70 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.24 |
| HSL | 86.88º | 0.51% | 0.52% | - |
| HSV(B) | 86.88º | 0.64% | 0.76% | - |
| XYZ | 31.27 | 44.96 | 12.82 | - |
| YUV | 164.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 70 | 0.29 | 0 | 0.64 | 0.24 | 86.88 | 0.51 | 0.52 |
| Hex | 8B | C3 | 46 | 1D | 0 | 40 | 18 | 57 | 33 | 34 |
| Octal | 213 | 303 | 106 | 35 | 0 | 100 | 30 | 127 | 63 | 64 |
| Binary | 10001011 | 11000011 | 1000110 | 11101 | 0 | 1000000 | 11000 | 1010111 | 110011 | 110100 |
Color Harmonies of #8BC346
Complementary color
Monochromatic Colors of #8BC346
Black with #8BC346
Text Example
Text Example
White with #8BC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC346; }
p { color: rgb(139,195,70); }
H1.HeaderClassName
{
color: #8BC346;
}
.AnyTagClassName
{
color: #8BC346;
}
</style>
background-color css
<style>
a { background-color: #8BC346; }
a { background-color: rgb(139,195,70); }
div.DivClassName
{
background-color: #8BC346;
}
.BgClassName
{
background-color: #8BC346;
}
</style>
border-color css
<style>
span { border-color: #8BC346; }
span { border-color: rgb(139,195,70); }
td.TdClassName
{
border-color: #8BC346;
}
.TagClassName
{
border-color: #8BC346;
}
</style>