Shades of Atlantis #8BC53C
Tints of Atlantis #8BC53C
RGB
CMYK
RGB Variations
Color information
#8BC53C (or 0x8BC53C) is known color: Atlantis. HEX triplet: 8B, C5 and 3C. RGB value is (139,197,60). Sum of RGB (Red+Green+Blue) = 139+197+60=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC53C is #743AC3. Grayscale: #A4A4A4. Windows color (decimal): -7617220 or 3982731. OLE color: 3982731.
HSL color Cylindrical-coordinate representation of color #8BC53C: hue angle of 85.4º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BC53C is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 60 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.23 |
| HSL | 85.4º | 0.54% | 0.5% | - |
| HSV(B) | 85.4º | 0.7% | 0.77% | - |
| XYZ | 31.43 | 45.75 | 11.45 | - |
| YUV | 164.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 60 | 0.29 | 0 | 0.70 | 0.23 | 85.4 | 0.54 | 0.5 |
| Hex | 8B | C5 | 3C | 1D | 0 | 46 | 17 | 55 | 36 | 32 |
| Octal | 213 | 305 | 74 | 35 | 0 | 106 | 27 | 125 | 66 | 62 |
| Binary | 10001011 | 11000101 | 111100 | 11101 | 0 | 1000110 | 10111 | 1010101 | 110110 | 110010 |
Color Harmonies of #8BC53C
Complementary color
Monochromatic Colors of #8BC53C
Black with #8BC53C
Text Example
Text Example
White with #8BC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC53C; }
p { color: rgb(139,197,60); }
H1.HeaderClassName
{
color: #8BC53C;
}
.AnyTagClassName
{
color: #8BC53C;
}
</style>
background-color css
<style>
a { background-color: #8BC53C; }
a { background-color: rgb(139,197,60); }
div.DivClassName
{
background-color: #8BC53C;
}
.BgClassName
{
background-color: #8BC53C;
}
</style>
border-color css
<style>
span { border-color: #8BC53C; }
span { border-color: rgb(139,197,60); }
td.TdClassName
{
border-color: #8BC53C;
}
.TagClassName
{
border-color: #8BC53C;
}
</style>