Shades of Atlantis #8BC943
Tints of Atlantis #8BC943
RGB
CMYK
RGB Variations
Color information
#8BC943 (or 0x8BC943) is known color: Atlantis. HEX triplet: 8B, C9 and 43. RGB value is (139,201,67). Sum of RGB (Red+Green+Blue) = 139+201+67=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC943 is #7436BC. Grayscale: #A7A7A7. Windows color (decimal): -7616189 or 4442507. OLE color: 4442507.
HSL color Cylindrical-coordinate representation of color #8BC943: hue angle of 87.76º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BC943 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 67 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.21 |
| HSL | 87.76º | 0.55% | 0.53% | - |
| HSV(B) | 87.76º | 0.67% | 0.79% | - |
| XYZ | 32.55 | 47.67 | 12.8 | - |
| YUV | 167.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 67 | 0.31 | 0 | 0.67 | 0.21 | 87.76 | 0.55 | 0.53 |
| Hex | 8B | C9 | 43 | 1F | 0 | 43 | 15 | 58 | 37 | 35 |
| Octal | 213 | 311 | 103 | 37 | 0 | 103 | 25 | 130 | 67 | 65 |
| Binary | 10001011 | 11001001 | 1000011 | 11111 | 0 | 1000011 | 10101 | 1011000 | 110111 | 110101 |
Color Harmonies of #8BC943
Complementary color
Monochromatic Colors of #8BC943
Black with #8BC943
Text Example
Text Example
White with #8BC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC943; }
p { color: rgb(139,201,67); }
H1.HeaderClassName
{
color: #8BC943;
}
.AnyTagClassName
{
color: #8BC943;
}
</style>
background-color css
<style>
a { background-color: #8BC943; }
a { background-color: rgb(139,201,67); }
div.DivClassName
{
background-color: #8BC943;
}
.BgClassName
{
background-color: #8BC943;
}
</style>
border-color css
<style>
span { border-color: #8BC943; }
span { border-color: rgb(139,201,67); }
td.TdClassName
{
border-color: #8BC943;
}
.TagClassName
{
border-color: #8BC943;
}
</style>