Shades of Atlantis #8BC843
Tints of Atlantis #8BC843
RGB
CMYK
RGB Variations
Color information
#8BC843 (or 0x8BC843) is known color: Atlantis. HEX triplet: 8B, C8 and 43. RGB value is (139,200,67). Sum of RGB (Red+Green+Blue) = 139+200+67=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC843 is #7437BC. Grayscale: #A7A7A7. Windows color (decimal): -7616445 or 4442251. OLE color: 4442251.
HSL color Cylindrical-coordinate representation of color #8BC843: hue angle of 87.52º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BC843 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 67 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.22 |
| HSL | 87.52º | 0.55% | 0.52% | - |
| HSV(B) | 87.52º | 0.67% | 0.78% | - |
| XYZ | 32.31 | 47.2 | 12.72 | - |
| YUV | 166.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 67 | 0.30 | 0 | 0.66 | 0.22 | 87.52 | 0.55 | 0.52 |
| Hex | 8B | C8 | 43 | 1E | 0 | 42 | 16 | 58 | 37 | 34 |
| Octal | 213 | 310 | 103 | 36 | 0 | 102 | 26 | 130 | 67 | 64 |
| Binary | 10001011 | 11001000 | 1000011 | 11110 | 0 | 1000010 | 10110 | 1011000 | 110111 | 110100 |
Color Harmonies of #8BC843
Complementary color
Monochromatic Colors of #8BC843
Black with #8BC843
Text Example
Text Example
White with #8BC843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC843; }
p { color: rgb(139,200,67); }
H1.HeaderClassName
{
color: #8BC843;
}
.AnyTagClassName
{
color: #8BC843;
}
</style>
background-color css
<style>
a { background-color: #8BC843; }
a { background-color: rgb(139,200,67); }
div.DivClassName
{
background-color: #8BC843;
}
.BgClassName
{
background-color: #8BC843;
}
</style>
border-color css
<style>
span { border-color: #8BC843; }
span { border-color: rgb(139,200,67); }
td.TdClassName
{
border-color: #8BC843;
}
.TagClassName
{
border-color: #8BC843;
}
</style>