Shades of Atlantis #9CE134
Tints of Atlantis #9CE134
RGB
CMYK
RGB Variations
Color information
#9CE134 (or 0x9CE134) is known color: Atlantis. HEX triplet: 9C, E1 and 34. RGB value is (156,225,52). Sum of RGB (Red+Green+Blue) = 156+225+52=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE134 is #631ECB. Grayscale: #B9B9B9. Windows color (decimal): -6495948 or 3465628. OLE color: 3465628.
HSL color Cylindrical-coordinate representation of color #9CE134: hue angle of 83.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CE134 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 52 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.12 |
| HSL | 83.93º | 0.74% | 0.54% | - |
| HSV(B) | 83.93º | 0.77% | 0.88% | - |
| XYZ | 41.26 | 61.17 | 12.88 | - |
| YUV | 184.65 | 53.14 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 52 | 0.31 | 0 | 0.77 | 0.12 | 83.93 | 0.74 | 0.54 |
| Hex | 9C | E1 | 34 | 1F | 0 | 4D | C | 54 | 4A | 36 |
| Octal | 234 | 341 | 64 | 37 | 0 | 115 | 14 | 124 | 112 | 66 |
| Binary | 10011100 | 11100001 | 110100 | 11111 | 0 | 1001101 | 1100 | 1010100 | 1001010 | 110110 |
Color Harmonies of #9CE134
Complementary color
Monochromatic Colors of #9CE134
Black with #9CE134
Text Example
Text Example
White with #9CE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE134; }
p { color: rgb(156,225,52); }
H1.HeaderClassName
{
color: #9CE134;
}
.AnyTagClassName
{
color: #9CE134;
}
</style>
background-color css
<style>
a { background-color: #9CE134; }
a { background-color: rgb(156,225,52); }
div.DivClassName
{
background-color: #9CE134;
}
.BgClassName
{
background-color: #9CE134;
}
</style>
border-color css
<style>
span { border-color: #9CE134; }
span { border-color: rgb(156,225,52); }
td.TdClassName
{
border-color: #9CE134;
}
.TagClassName
{
border-color: #9CE134;
}
</style>