Shades of Atlantis #8BD944
Tints of Atlantis #8BD944
RGB
CMYK
RGB Variations
Color information
#8BD944 (or 0x8BD944) is known color: Atlantis. HEX triplet: 8B, D9 and 44. RGB value is (139,217,68). Sum of RGB (Red+Green+Blue) = 139+217+68=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD944 is #7426BB. Grayscale: #B1B1B1. Windows color (decimal): -7612092 or 4512139. OLE color: 4512139.
HSL color Cylindrical-coordinate representation of color #8BD944: hue angle of 91.41º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BD944 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 68 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.15 |
| HSL | 91.41º | 0.66% | 0.56% | - |
| HSV(B) | 91.41º | 0.69% | 0.85% | - |
| XYZ | 36.5 | 55.53 | 14.26 | - |
| YUV | 176.69 | 66.66 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 68 | 0.36 | 0 | 0.69 | 0.15 | 91.41 | 0.66 | 0.56 |
| Hex | 8B | D9 | 44 | 24 | 0 | 45 | F | 5B | 42 | 38 |
| Octal | 213 | 331 | 104 | 44 | 0 | 105 | 17 | 133 | 102 | 70 |
| Binary | 10001011 | 11011001 | 1000100 | 100100 | 0 | 1000101 | 1111 | 1011011 | 1000010 | 111000 |
Color Harmonies of #8BD944
Complementary color
Monochromatic Colors of #8BD944
Black with #8BD944
Text Example
Text Example
White with #8BD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD944; }
p { color: rgb(139,217,68); }
H1.HeaderClassName
{
color: #8BD944;
}
.AnyTagClassName
{
color: #8BD944;
}
</style>
background-color css
<style>
a { background-color: #8BD944; }
a { background-color: rgb(139,217,68); }
div.DivClassName
{
background-color: #8BD944;
}
.BgClassName
{
background-color: #8BD944;
}
</style>
border-color css
<style>
span { border-color: #8BD944; }
span { border-color: rgb(139,217,68); }
td.TdClassName
{
border-color: #8BD944;
}
.TagClassName
{
border-color: #8BD944;
}
</style>