Shades of Atlantis #8BC643
Tints of Atlantis #8BC643
RGB
CMYK
RGB Variations
Color information
#8BC643 (or 0x8BC643) is known color: Atlantis. HEX triplet: 8B, C6 and 43. RGB value is (139,198,67). Sum of RGB (Red+Green+Blue) = 139+198+67=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC643 is #7439BC. Grayscale: #A5A5A5. Windows color (decimal): -7616957 or 4441739. OLE color: 4441739.
HSL color Cylindrical-coordinate representation of color #8BC643: hue angle of 87.02º degrees, saturation: 0.53, 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 #8BC643 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 67 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.22 |
| HSL | 87.02º | 0.53% | 0.52% | - |
| HSV(B) | 87.02º | 0.66% | 0.78% | - |
| XYZ | 31.85 | 46.28 | 12.56 | - |
| YUV | 165.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 67 | 0.30 | 0 | 0.66 | 0.22 | 87.02 | 0.53 | 0.52 |
| Hex | 8B | C6 | 43 | 1E | 0 | 42 | 16 | 57 | 35 | 34 |
| Octal | 213 | 306 | 103 | 36 | 0 | 102 | 26 | 127 | 65 | 64 |
| Binary | 10001011 | 11000110 | 1000011 | 11110 | 0 | 1000010 | 10110 | 1010111 | 110101 | 110100 |
Color Harmonies of #8BC643
Complementary color
Monochromatic Colors of #8BC643
Black with #8BC643
Text Example
Text Example
White with #8BC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC643; }
p { color: rgb(139,198,67); }
H1.HeaderClassName
{
color: #8BC643;
}
.AnyTagClassName
{
color: #8BC643;
}
</style>
background-color css
<style>
a { background-color: #8BC643; }
a { background-color: rgb(139,198,67); }
div.DivClassName
{
background-color: #8BC643;
}
.BgClassName
{
background-color: #8BC643;
}
</style>
border-color css
<style>
span { border-color: #8BC643; }
span { border-color: rgb(139,198,67); }
td.TdClassName
{
border-color: #8BC643;
}
.TagClassName
{
border-color: #8BC643;
}
</style>