Shades of Atlantis #8CC348
Tints of Atlantis #8CC348
RGB
CMYK
RGB Variations
Color information
#8CC348 (or 0x8CC348) is known color: Atlantis. HEX triplet: 8C, C3 and 48. RGB value is (140,195,72). Sum of RGB (Red+Green+Blue) = 140+195+72=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC348 is #733CB7. Grayscale: #A4A4A4. Windows color (decimal): -7552184 or 4768652. OLE color: 4768652.
HSL color Cylindrical-coordinate representation of color #8CC348: hue angle of 86.83º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CC348 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 72 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.24 |
| HSL | 86.83º | 0.51% | 0.52% | - |
| HSV(B) | 86.83º | 0.63% | 0.76% | - |
| XYZ | 31.5 | 45.07 | 13.17 | - |
| YUV | 164.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 72 | 0.28 | 0 | 0.63 | 0.24 | 86.83 | 0.51 | 0.52 |
| Hex | 8C | C3 | 48 | 1C | 0 | 3F | 18 | 57 | 33 | 34 |
| Octal | 214 | 303 | 110 | 34 | 0 | 77 | 30 | 127 | 63 | 64 |
| Binary | 10001100 | 11000011 | 1001000 | 11100 | 0 | 111111 | 11000 | 1010111 | 110011 | 110100 |
Color Harmonies of #8CC348
Complementary color
Monochromatic Colors of #8CC348
Black with #8CC348
Text Example
Text Example
White with #8CC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC348; }
p { color: rgb(140,195,72); }
H1.HeaderClassName
{
color: #8CC348;
}
.AnyTagClassName
{
color: #8CC348;
}
</style>
background-color css
<style>
a { background-color: #8CC348; }
a { background-color: rgb(140,195,72); }
div.DivClassName
{
background-color: #8CC348;
}
.BgClassName
{
background-color: #8CC348;
}
</style>
border-color css
<style>
span { border-color: #8CC348; }
span { border-color: rgb(140,195,72); }
td.TdClassName
{
border-color: #8CC348;
}
.TagClassName
{
border-color: #8CC348;
}
</style>