Shades of Atlantis #9CE82D
Tints of Atlantis #9CE82D
RGB
CMYK
RGB Variations
Color information
#9CE82D (or 0x9CE82D) is known color: Atlantis. HEX triplet: 9C, E8 and 2D. RGB value is (156,232,45). Sum of RGB (Red+Green+Blue) = 156+232+45=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE82D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CE82D is #6317D2. Grayscale: #BCBCBC. Windows color (decimal): -6494163 or 3008668. OLE color: 3008668.
HSL color Cylindrical-coordinate representation of color #9CE82D: hue angle of 84.39º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9CE82D is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 232 | 45 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.09 |
| HSL | 84.39º | 0.8% | 0.54% | - |
| HSV(B) | 84.39º | 0.81% | 0.91% | - |
| XYZ | 43.04 | 64.97 | 12.75 | - |
| YUV | 187.96 | 47.32 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 45 | 0.33 | 0 | 0.81 | 0.09 | 84.39 | 0.8 | 0.54 |
| Hex | 9C | E8 | 2D | 21 | 0 | 51 | 9 | 54 | 50 | 36 |
| Octal | 234 | 350 | 55 | 41 | 0 | 121 | 11 | 124 | 120 | 66 |
| Binary | 10011100 | 11101000 | 101101 | 100001 | 0 | 1010001 | 1001 | 1010100 | 1010000 | 110110 |
Color Harmonies of #9CE82D
Complementary color
Monochromatic Colors of #9CE82D
Black with #9CE82D
Text Example
Text Example
White with #9CE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE82D; }
p { color: rgb(156,232,45); }
H1.HeaderClassName
{
color: #9CE82D;
}
.AnyTagClassName
{
color: #9CE82D;
}
</style>
background-color css
<style>
a { background-color: #9CE82D; }
a { background-color: rgb(156,232,45); }
div.DivClassName
{
background-color: #9CE82D;
}
.BgClassName
{
background-color: #9CE82D;
}
</style>
border-color css
<style>
span { border-color: #9CE82D; }
span { border-color: rgb(156,232,45); }
td.TdClassName
{
border-color: #9CE82D;
}
.TagClassName
{
border-color: #9CE82D;
}
</style>