Shades of Atlantis #8BC240
Tints of Atlantis #8BC240
RGB
CMYK
RGB Variations
Color information
#8BC240 (or 0x8BC240) is known color: Atlantis. HEX triplet: 8B, C2 and 40. RGB value is (139,194,64). Sum of RGB (Red+Green+Blue) = 139+194+64=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC240 is #743DBF. Grayscale: #A3A3A3. Windows color (decimal): -7617984 or 4244107. OLE color: 4244107.
HSL color Cylindrical-coordinate representation of color #8BC240: hue angle of 85.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BC240 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 64 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.24 |
| HSL | 85.38º | 0.52% | 0.51% | - |
| HSV(B) | 85.38º | 0.67% | 0.76% | - |
| XYZ | 30.86 | 44.44 | 11.8 | - |
| YUV | 162.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 64 | 0.28 | 0 | 0.67 | 0.24 | 85.38 | 0.52 | 0.51 |
| Hex | 8B | C2 | 40 | 1C | 0 | 43 | 18 | 55 | 34 | 33 |
| Octal | 213 | 302 | 100 | 34 | 0 | 103 | 30 | 125 | 64 | 63 |
| Binary | 10001011 | 11000010 | 1000000 | 11100 | 0 | 1000011 | 11000 | 1010101 | 110100 | 110011 |
Color Harmonies of #8BC240
Complementary color
Monochromatic Colors of #8BC240
Black with #8BC240
Text Example
Text Example
White with #8BC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC240; }
p { color: rgb(139,194,64); }
H1.HeaderClassName
{
color: #8BC240;
}
.AnyTagClassName
{
color: #8BC240;
}
</style>
background-color css
<style>
a { background-color: #8BC240; }
a { background-color: rgb(139,194,64); }
div.DivClassName
{
background-color: #8BC240;
}
.BgClassName
{
background-color: #8BC240;
}
</style>
border-color css
<style>
span { border-color: #8BC240; }
span { border-color: rgb(139,194,64); }
td.TdClassName
{
border-color: #8BC240;
}
.TagClassName
{
border-color: #8BC240;
}
</style>