Shades of Atlantis #8CC341
Tints of Atlantis #8CC341
RGB
CMYK
RGB Variations
Color information
#8CC341 (or 0x8CC341) is known color: Atlantis. HEX triplet: 8C, C3 and 41. RGB value is (140,195,65). Sum of RGB (Red+Green+Blue) = 140+195+65=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC341 is #733CBE. Grayscale: #A4A4A4. Windows color (decimal): -7552191 or 4309900. OLE color: 4309900.
HSL color Cylindrical-coordinate representation of color #8CC341: 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 #8CC341 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 65 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.24 |
| HSL | 85.38º | 0.52% | 0.51% | - |
| HSV(B) | 85.38º | 0.67% | 0.76% | - |
| XYZ | 31.28 | 44.99 | 12.04 | - |
| YUV | 163.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 65 | 0.28 | 0 | 0.67 | 0.24 | 85.38 | 0.52 | 0.51 |
| Hex | 8C | C3 | 41 | 1C | 0 | 43 | 18 | 55 | 34 | 33 |
| Octal | 214 | 303 | 101 | 34 | 0 | 103 | 30 | 125 | 64 | 63 |
| Binary | 10001100 | 11000011 | 1000001 | 11100 | 0 | 1000011 | 11000 | 1010101 | 110100 | 110011 |
Color Harmonies of #8CC341
Complementary color
Monochromatic Colors of #8CC341
Black with #8CC341
Text Example
Text Example
White with #8CC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC341; }
p { color: rgb(140,195,65); }
H1.HeaderClassName
{
color: #8CC341;
}
.AnyTagClassName
{
color: #8CC341;
}
</style>
background-color css
<style>
a { background-color: #8CC341; }
a { background-color: rgb(140,195,65); }
div.DivClassName
{
background-color: #8CC341;
}
.BgClassName
{
background-color: #8CC341;
}
</style>
border-color css
<style>
span { border-color: #8CC341; }
span { border-color: rgb(140,195,65); }
td.TdClassName
{
border-color: #8CC341;
}
.TagClassName
{
border-color: #8CC341;
}
</style>