Shades of Atlantis #8BC641
Tints of Atlantis #8BC641
RGB
CMYK
RGB Variations
Color information
#8BC641 (or 0x8BC641) is known color: Atlantis. HEX triplet: 8B, C6 and 41. RGB value is (139,198,65). Sum of RGB (Red+Green+Blue) = 139+198+65=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC641 is #7439BE. Grayscale: #A5A5A5. Windows color (decimal): -7616959 or 4310667. OLE color: 4310667.
HSL color Cylindrical-coordinate representation of color #8BC641: hue angle of 86.62º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BC641 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 65 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.22 |
| HSL | 86.62º | 0.54% | 0.52% | - |
| HSV(B) | 86.62º | 0.67% | 0.78% | - |
| XYZ | 31.8 | 46.26 | 12.25 | - |
| YUV | 165.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 65 | 0.30 | 0 | 0.67 | 0.22 | 86.62 | 0.54 | 0.52 |
| Hex | 8B | C6 | 41 | 1E | 0 | 43 | 16 | 57 | 36 | 34 |
| Octal | 213 | 306 | 101 | 36 | 0 | 103 | 26 | 127 | 66 | 64 |
| Binary | 10001011 | 11000110 | 1000001 | 11110 | 0 | 1000011 | 10110 | 1010111 | 110110 | 110100 |
Color Harmonies of #8BC641
Complementary color
Monochromatic Colors of #8BC641
Black with #8BC641
Text Example
Text Example
White with #8BC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC641; }
p { color: rgb(139,198,65); }
H1.HeaderClassName
{
color: #8BC641;
}
.AnyTagClassName
{
color: #8BC641;
}
</style>
background-color css
<style>
a { background-color: #8BC641; }
a { background-color: rgb(139,198,65); }
div.DivClassName
{
background-color: #8BC641;
}
.BgClassName
{
background-color: #8BC641;
}
</style>
border-color css
<style>
span { border-color: #8BC641; }
span { border-color: rgb(139,198,65); }
td.TdClassName
{
border-color: #8BC641;
}
.TagClassName
{
border-color: #8BC641;
}
</style>