Shades of Atlantis #9CE935
Tints of Atlantis #9CE935
RGB
CMYK
RGB Variations
Color information
#9CE935 (or 0x9CE935) is known color: Atlantis. HEX triplet: 9C, E9 and 35. RGB value is (156,233,53). Sum of RGB (Red+Green+Blue) = 156+233+53=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE935 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CE935 is #6316CA. Grayscale: #BEBEBE. Windows color (decimal): -6493899 or 3533212. OLE color: 3533212.
HSL color Cylindrical-coordinate representation of color #9CE935: hue angle of 85.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CE935 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 53 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.09 |
| HSL | 85.67º | 0.8% | 0.56% | - |
| HSV(B) | 85.67º | 0.77% | 0.91% | - |
| XYZ | 43.49 | 65.6 | 13.74 | - |
| YUV | 189.46 | 50.99 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 53 | 0.33 | 0 | 0.77 | 0.09 | 85.67 | 0.8 | 0.56 |
| Hex | 9C | E9 | 35 | 21 | 0 | 4D | 9 | 56 | 50 | 38 |
| Octal | 234 | 351 | 65 | 41 | 0 | 115 | 11 | 126 | 120 | 70 |
| Binary | 10011100 | 11101001 | 110101 | 100001 | 0 | 1001101 | 1001 | 1010110 | 1010000 | 111000 |
Color Harmonies of #9CE935
Complementary color
Monochromatic Colors of #9CE935
Black with #9CE935
Text Example
Text Example
White with #9CE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE935; }
p { color: rgb(156,233,53); }
H1.HeaderClassName
{
color: #9CE935;
}
.AnyTagClassName
{
color: #9CE935;
}
</style>
background-color css
<style>
a { background-color: #9CE935; }
a { background-color: rgb(156,233,53); }
div.DivClassName
{
background-color: #9CE935;
}
.BgClassName
{
background-color: #9CE935;
}
</style>
border-color css
<style>
span { border-color: #9CE935; }
span { border-color: rgb(156,233,53); }
td.TdClassName
{
border-color: #9CE935;
}
.TagClassName
{
border-color: #9CE935;
}
</style>