Shades of Atlantis #8BC743
Tints of Atlantis #8BC743
RGB
CMYK
RGB Variations
Color information
#8BC743 (or 0x8BC743) is known color: Atlantis. HEX triplet: 8B, C7 and 43. RGB value is (139,199,67). Sum of RGB (Red+Green+Blue) = 139+199+67=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC743 is #7438BC. Grayscale: #A6A6A6. Windows color (decimal): -7616701 or 4441995. OLE color: 4441995.
HSL color Cylindrical-coordinate representation of color #8BC743: hue angle of 87.27º degrees, saturation: 0.54, 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 #8BC743 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 67 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.22 |
| HSL | 87.27º | 0.54% | 0.52% | - |
| HSV(B) | 87.27º | 0.66% | 0.78% | - |
| XYZ | 32.08 | 46.74 | 12.64 | - |
| YUV | 166.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 67 | 0.30 | 0 | 0.66 | 0.22 | 87.27 | 0.54 | 0.52 |
| Hex | 8B | C7 | 43 | 1E | 0 | 42 | 16 | 57 | 36 | 34 |
| Octal | 213 | 307 | 103 | 36 | 0 | 102 | 26 | 127 | 66 | 64 |
| Binary | 10001011 | 11000111 | 1000011 | 11110 | 0 | 1000010 | 10110 | 1010111 | 110110 | 110100 |
Color Harmonies of #8BC743
Complementary color
Monochromatic Colors of #8BC743
Black with #8BC743
Text Example
Text Example
White with #8BC743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC743; }
p { color: rgb(139,199,67); }
H1.HeaderClassName
{
color: #8BC743;
}
.AnyTagClassName
{
color: #8BC743;
}
</style>
background-color css
<style>
a { background-color: #8BC743; }
a { background-color: rgb(139,199,67); }
div.DivClassName
{
background-color: #8BC743;
}
.BgClassName
{
background-color: #8BC743;
}
</style>
border-color css
<style>
span { border-color: #8BC743; }
span { border-color: rgb(139,199,67); }
td.TdClassName
{
border-color: #8BC743;
}
.TagClassName
{
border-color: #8BC743;
}
</style>