Shades of Atlantis #9CE146
Tints of Atlantis #9CE146
RGB
CMYK
RGB Variations
Color information
#9CE146 (or 0x9CE146) is known color: Atlantis. HEX triplet: 9C, E1 and 46. RGB value is (156,225,70). Sum of RGB (Red+Green+Blue) = 156+225+70=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE146 is #631EB9. Grayscale: #BBBBBB. Windows color (decimal): -6495930 or 4645276. OLE color: 4645276.
HSL color Cylindrical-coordinate representation of color #9CE146: hue angle of 86.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CE146 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 70 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.12 |
| HSL | 86.71º | 0.72% | 0.58% | - |
| HSV(B) | 86.71º | 0.69% | 0.88% | - |
| XYZ | 41.74 | 61.36 | 15.44 | - |
| YUV | 186.7 | 62.14 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 70 | 0.31 | 0 | 0.69 | 0.12 | 86.71 | 0.72 | 0.58 |
| Hex | 9C | E1 | 46 | 1F | 0 | 45 | C | 57 | 48 | 3A |
| Octal | 234 | 341 | 106 | 37 | 0 | 105 | 14 | 127 | 110 | 72 |
| Binary | 10011100 | 11100001 | 1000110 | 11111 | 0 | 1000101 | 1100 | 1010111 | 1001000 | 111010 |
Color Harmonies of #9CE146
Complementary color
Monochromatic Colors of #9CE146
Black with #9CE146
Text Example
Text Example
White with #9CE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE146; }
p { color: rgb(156,225,70); }
H1.HeaderClassName
{
color: #9CE146;
}
.AnyTagClassName
{
color: #9CE146;
}
</style>
background-color css
<style>
a { background-color: #9CE146; }
a { background-color: rgb(156,225,70); }
div.DivClassName
{
background-color: #9CE146;
}
.BgClassName
{
background-color: #9CE146;
}
</style>
border-color css
<style>
span { border-color: #9CE146; }
span { border-color: rgb(156,225,70); }
td.TdClassName
{
border-color: #9CE146;
}
.TagClassName
{
border-color: #9CE146;
}
</style>