Shades of Atlantis #8BC94A
Tints of Atlantis #8BC94A
RGB
CMYK
RGB Variations
Color information
#8BC94A (or 0x8BC94A) is known color: Atlantis. HEX triplet: 8B, C9 and 4A. RGB value is (139,201,74). Sum of RGB (Red+Green+Blue) = 139+201+74=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC94A is #7436B5. Grayscale: #A8A8A8. Windows color (decimal): -7616182 or 4901259. OLE color: 4901259.
HSL color Cylindrical-coordinate representation of color #8BC94A: hue angle of 89.29º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BC94A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 74 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.21 |
| HSL | 89.29º | 0.54% | 0.54% | - |
| HSV(B) | 89.29º | 0.63% | 0.79% | - |
| XYZ | 32.77 | 47.76 | 13.97 | - |
| YUV | 167.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 74 | 0.31 | 0 | 0.63 | 0.21 | 89.29 | 0.54 | 0.54 |
| Hex | 8B | C9 | 4A | 1F | 0 | 3F | 15 | 59 | 36 | 36 |
| Octal | 213 | 311 | 112 | 37 | 0 | 77 | 25 | 131 | 66 | 66 |
| Binary | 10001011 | 11001001 | 1001010 | 11111 | 0 | 111111 | 10101 | 1011001 | 110110 | 110110 |
Color Harmonies of #8BC94A
Complementary color
Monochromatic Colors of #8BC94A
Black with #8BC94A
Text Example
Text Example
White with #8BC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC94A; }
p { color: rgb(139,201,74); }
H1.HeaderClassName
{
color: #8BC94A;
}
.AnyTagClassName
{
color: #8BC94A;
}
</style>
background-color css
<style>
a { background-color: #8BC94A; }
a { background-color: rgb(139,201,74); }
div.DivClassName
{
background-color: #8BC94A;
}
.BgClassName
{
background-color: #8BC94A;
}
</style>
border-color css
<style>
span { border-color: #8BC94A; }
span { border-color: rgb(139,201,74); }
td.TdClassName
{
border-color: #8BC94A;
}
.TagClassName
{
border-color: #8BC94A;
}
</style>