Shades of Atlantis #8BC745
Tints of Atlantis #8BC745
RGB
CMYK
RGB Variations
Color information
#8BC745 (or 0x8BC745) is known color: Atlantis. HEX triplet: 8B, C7 and 45. RGB value is (139,199,69). Sum of RGB (Red+Green+Blue) = 139+199+69=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC745 is #7438BA. Grayscale: #A6A6A6. Windows color (decimal): -7616699 or 4573067. OLE color: 4573067.
HSL color Cylindrical-coordinate representation of color #8BC745: hue angle of 87.69º 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 #8BC745 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 69 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.22 |
| HSL | 87.69º | 0.54% | 0.53% | - |
| HSV(B) | 87.69º | 0.65% | 0.78% | - |
| XYZ | 32.15 | 46.77 | 12.96 | - |
| YUV | 166.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 69 | 0.30 | 0 | 0.65 | 0.22 | 87.69 | 0.54 | 0.53 |
| Hex | 8B | C7 | 45 | 1E | 0 | 41 | 16 | 58 | 36 | 35 |
| Octal | 213 | 307 | 105 | 36 | 0 | 101 | 26 | 130 | 66 | 65 |
| Binary | 10001011 | 11000111 | 1000101 | 11110 | 0 | 1000001 | 10110 | 1011000 | 110110 | 110101 |
Color Harmonies of #8BC745
Complementary color
Monochromatic Colors of #8BC745
Black with #8BC745
Text Example
Text Example
White with #8BC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC745; }
p { color: rgb(139,199,69); }
H1.HeaderClassName
{
color: #8BC745;
}
.AnyTagClassName
{
color: #8BC745;
}
</style>
background-color css
<style>
a { background-color: #8BC745; }
a { background-color: rgb(139,199,69); }
div.DivClassName
{
background-color: #8BC745;
}
.BgClassName
{
background-color: #8BC745;
}
</style>
border-color css
<style>
span { border-color: #8BC745; }
span { border-color: rgb(139,199,69); }
td.TdClassName
{
border-color: #8BC745;
}
.TagClassName
{
border-color: #8BC745;
}
</style>