Shades of Atlantis #9CDE33
Tints of Atlantis #9CDE33
RGB
CMYK
RGB Variations
Color information
#9CDE33 (or 0x9CDE33) is known color: Atlantis. HEX triplet: 9C, DE and 33. RGB value is (156,222,51). Sum of RGB (Red+Green+Blue) = 156+222+51=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDE33 is #6321CC. Grayscale: #B7B7B7. Windows color (decimal): -6496717 or 3399324. OLE color: 3399324.
HSL color Cylindrical-coordinate representation of color #9CDE33: hue angle of 83.16º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CDE33 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 51 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.13 |
| HSL | 83.16º | 0.72% | 0.54% | - |
| HSV(B) | 83.16º | 0.77% | 0.87% | - |
| XYZ | 40.43 | 59.55 | 12.5 | - |
| YUV | 182.77 | 53.63 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 51 | 0.30 | 0 | 0.77 | 0.13 | 83.16 | 0.72 | 0.54 |
| Hex | 9C | DE | 33 | 1E | 0 | 4D | D | 53 | 48 | 36 |
| Octal | 234 | 336 | 63 | 36 | 0 | 115 | 15 | 123 | 110 | 66 |
| Binary | 10011100 | 11011110 | 110011 | 11110 | 0 | 1001101 | 1101 | 1010011 | 1001000 | 110110 |
Color Harmonies of #9CDE33
Complementary color
Monochromatic Colors of #9CDE33
Black with #9CDE33
Text Example
Text Example
White with #9CDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE33; }
p { color: rgb(156,222,51); }
H1.HeaderClassName
{
color: #9CDE33;
}
.AnyTagClassName
{
color: #9CDE33;
}
</style>
background-color css
<style>
a { background-color: #9CDE33; }
a { background-color: rgb(156,222,51); }
div.DivClassName
{
background-color: #9CDE33;
}
.BgClassName
{
background-color: #9CDE33;
}
</style>
border-color css
<style>
span { border-color: #9CDE33; }
span { border-color: rgb(156,222,51); }
td.TdClassName
{
border-color: #9CDE33;
}
.TagClassName
{
border-color: #9CDE33;
}
</style>