Shades of Atlantis #8DC34B
Tints of Atlantis #8DC34B
RGB
CMYK
RGB Variations
Color information
#8DC34B (or 0x8DC34B) is known color: Atlantis. HEX triplet: 8D, C3 and 4B. RGB value is (141,195,75). Sum of RGB (Red+Green+Blue) = 141+195+75=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC34B is #723CB4. Grayscale: #A5A5A5. Windows color (decimal): -7486645 or 4965261. OLE color: 4965261.
HSL color Cylindrical-coordinate representation of color #8DC34B: hue angle of 87º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DC34B is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 75 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.24 |
| HSL | 87º | 0.5% | 0.53% | - |
| HSV(B) | 87º | 0.62% | 0.76% | - |
| XYZ | 31.77 | 45.2 | 13.71 | - |
| YUV | 165.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 75 | 0.28 | 0 | 0.62 | 0.24 | 87 | 0.5 | 0.53 |
| Hex | 8D | C3 | 4B | 1C | 0 | 3E | 18 | 57 | 32 | 35 |
| Octal | 215 | 303 | 113 | 34 | 0 | 76 | 30 | 127 | 62 | 65 |
| Binary | 10001101 | 11000011 | 1001011 | 11100 | 0 | 111110 | 11000 | 1010111 | 110010 | 110101 |
Color Harmonies of #8DC34B
Complementary color
Monochromatic Colors of #8DC34B
Black with #8DC34B
Text Example
Text Example
White with #8DC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC34B; }
p { color: rgb(141,195,75); }
H1.HeaderClassName
{
color: #8DC34B;
}
.AnyTagClassName
{
color: #8DC34B;
}
</style>
background-color css
<style>
a { background-color: #8DC34B; }
a { background-color: rgb(141,195,75); }
div.DivClassName
{
background-color: #8DC34B;
}
.BgClassName
{
background-color: #8DC34B;
}
</style>
border-color css
<style>
span { border-color: #8DC34B; }
span { border-color: rgb(141,195,75); }
td.TdClassName
{
border-color: #8DC34B;
}
.TagClassName
{
border-color: #8DC34B;
}
</style>