Shades of Atlantis #9CE138
Tints of Atlantis #9CE138
RGB
CMYK
RGB Variations
Color information
#9CE138 (or 0x9CE138) is known color: Atlantis. HEX triplet: 9C, E1 and 38. RGB value is (156,225,56). Sum of RGB (Red+Green+Blue) = 156+225+56=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE138 is #631EC7. Grayscale: #B9B9B9. Windows color (decimal): -6495944 or 3727772. OLE color: 3727772.
HSL color Cylindrical-coordinate representation of color #9CE138: hue angle of 84.5º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CE138 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 56 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.12 |
| HSL | 84.5º | 0.74% | 0.55% | - |
| HSV(B) | 84.5º | 0.75% | 0.88% | - |
| XYZ | 41.35 | 61.2 | 13.38 | - |
| YUV | 185.1 | 55.14 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 56 | 0.31 | 0 | 0.75 | 0.12 | 84.5 | 0.74 | 0.55 |
| Hex | 9C | E1 | 38 | 1F | 0 | 4B | C | 54 | 4A | 37 |
| Octal | 234 | 341 | 70 | 37 | 0 | 113 | 14 | 124 | 112 | 67 |
| Binary | 10011100 | 11100001 | 111000 | 11111 | 0 | 1001011 | 1100 | 1010100 | 1001010 | 110111 |
Color Harmonies of #9CE138
Complementary color
Monochromatic Colors of #9CE138
Black with #9CE138
Text Example
Text Example
White with #9CE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE138; }
p { color: rgb(156,225,56); }
H1.HeaderClassName
{
color: #9CE138;
}
.AnyTagClassName
{
color: #9CE138;
}
</style>
background-color css
<style>
a { background-color: #9CE138; }
a { background-color: rgb(156,225,56); }
div.DivClassName
{
background-color: #9CE138;
}
.BgClassName
{
background-color: #9CE138;
}
</style>
border-color css
<style>
span { border-color: #9CE138; }
span { border-color: rgb(156,225,56); }
td.TdClassName
{
border-color: #9CE138;
}
.TagClassName
{
border-color: #9CE138;
}
</style>