Shades of Atlantis #8BC443
Tints of Atlantis #8BC443
RGB
CMYK
RGB Variations
Color information
#8BC443 (or 0x8BC443) is known color: Atlantis. HEX triplet: 8B, C4 and 43. RGB value is (139,196,67). Sum of RGB (Red+Green+Blue) = 139+196+67=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC443 is #743BBC. Grayscale: #A4A4A4. Windows color (decimal): -7617469 or 4441227. OLE color: 4441227.
HSL color Cylindrical-coordinate representation of color #8BC443: hue angle of 86.51º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BC443 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 67 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.23 |
| HSL | 86.51º | 0.52% | 0.52% | - |
| HSV(B) | 86.51º | 0.66% | 0.77% | - |
| XYZ | 31.4 | 45.37 | 12.41 | - |
| YUV | 164.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 67 | 0.29 | 0 | 0.66 | 0.23 | 86.51 | 0.52 | 0.52 |
| Hex | 8B | C4 | 43 | 1D | 0 | 42 | 17 | 57 | 34 | 34 |
| Octal | 213 | 304 | 103 | 35 | 0 | 102 | 27 | 127 | 64 | 64 |
| Binary | 10001011 | 11000100 | 1000011 | 11101 | 0 | 1000010 | 10111 | 1010111 | 110100 | 110100 |
Color Harmonies of #8BC443
Complementary color
Monochromatic Colors of #8BC443
Black with #8BC443
Text Example
Text Example
White with #8BC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC443; }
p { color: rgb(139,196,67); }
H1.HeaderClassName
{
color: #8BC443;
}
.AnyTagClassName
{
color: #8BC443;
}
</style>
background-color css
<style>
a { background-color: #8BC443; }
a { background-color: rgb(139,196,67); }
div.DivClassName
{
background-color: #8BC443;
}
.BgClassName
{
background-color: #8BC443;
}
</style>
border-color css
<style>
span { border-color: #8BC443; }
span { border-color: rgb(139,196,67); }
td.TdClassName
{
border-color: #8BC443;
}
.TagClassName
{
border-color: #8BC443;
}
</style>