Shades of Atlantis #8BC73C
Tints of Atlantis #8BC73C
RGB
CMYK
RGB Variations
Color information
#8BC73C (or 0x8BC73C) is known color: Atlantis. HEX triplet: 8B, C7 and 3C. RGB value is (139,199,60). Sum of RGB (Red+Green+Blue) = 139+199+60=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC73C is #7438C3. Grayscale: #A5A5A5. Windows color (decimal): -7616708 or 3983243. OLE color: 3983243.
HSL color Cylindrical-coordinate representation of color #8BC73C: hue angle of 85.9º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BC73C is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 60 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.22 |
| HSL | 85.9º | 0.55% | 0.51% | - |
| HSV(B) | 85.9º | 0.7% | 0.78% | - |
| XYZ | 31.89 | 46.66 | 11.6 | - |
| YUV | 165.21 | 68.62 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 60 | 0.30 | 0 | 0.70 | 0.22 | 85.9 | 0.55 | 0.51 |
| Hex | 8B | C7 | 3C | 1E | 0 | 46 | 16 | 56 | 37 | 33 |
| Octal | 213 | 307 | 74 | 36 | 0 | 106 | 26 | 126 | 67 | 63 |
| Binary | 10001011 | 11000111 | 111100 | 11110 | 0 | 1000110 | 10110 | 1010110 | 110111 | 110011 |
Color Harmonies of #8BC73C
Complementary color
Monochromatic Colors of #8BC73C
Black with #8BC73C
Text Example
Text Example
White with #8BC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC73C; }
p { color: rgb(139,199,60); }
H1.HeaderClassName
{
color: #8BC73C;
}
.AnyTagClassName
{
color: #8BC73C;
}
</style>
background-color css
<style>
a { background-color: #8BC73C; }
a { background-color: rgb(139,199,60); }
div.DivClassName
{
background-color: #8BC73C;
}
.BgClassName
{
background-color: #8BC73C;
}
</style>
border-color css
<style>
span { border-color: #8BC73C; }
span { border-color: rgb(139,199,60); }
td.TdClassName
{
border-color: #8BC73C;
}
.TagClassName
{
border-color: #8BC73C;
}
</style>