Shades of Atlantis #8CC33E
Tints of Atlantis #8CC33E
RGB
CMYK
RGB Variations
Color information
#8CC33E (or 0x8CC33E) is known color: Atlantis. HEX triplet: 8C, C3 and 3E. RGB value is (140,195,62). Sum of RGB (Red+Green+Blue) = 140+195+62=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC33E is #733CC1. Grayscale: #A3A3A3. Windows color (decimal): -7552194 or 4113292. OLE color: 4113292.
HSL color Cylindrical-coordinate representation of color #8CC33E: hue angle of 84.81º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CC33E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 62 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.24 |
| HSL | 84.81º | 0.53% | 0.5% | - |
| HSV(B) | 84.81º | 0.68% | 0.76% | - |
| XYZ | 31.2 | 44.95 | 11.59 | - |
| YUV | 163.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 62 | 0.28 | 0 | 0.68 | 0.24 | 84.81 | 0.53 | 0.5 |
| Hex | 8C | C3 | 3E | 1C | 0 | 44 | 18 | 55 | 35 | 32 |
| Octal | 214 | 303 | 76 | 34 | 0 | 104 | 30 | 125 | 65 | 62 |
| Binary | 10001100 | 11000011 | 111110 | 11100 | 0 | 1000100 | 11000 | 1010101 | 110101 | 110010 |
Color Harmonies of #8CC33E
Complementary color
Monochromatic Colors of #8CC33E
Black with #8CC33E
Text Example
Text Example
White with #8CC33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC33E; }
p { color: rgb(140,195,62); }
H1.HeaderClassName
{
color: #8CC33E;
}
.AnyTagClassName
{
color: #8CC33E;
}
</style>
background-color css
<style>
a { background-color: #8CC33E; }
a { background-color: rgb(140,195,62); }
div.DivClassName
{
background-color: #8CC33E;
}
.BgClassName
{
background-color: #8CC33E;
}
</style>
border-color css
<style>
span { border-color: #8CC33E; }
span { border-color: rgb(140,195,62); }
td.TdClassName
{
border-color: #8CC33E;
}
.TagClassName
{
border-color: #8CC33E;
}
</style>