Shades of Atlantis #9CDB36
Tints of Atlantis #9CDB36
RGB
CMYK
RGB Variations
Color information
#9CDB36 (or 0x9CDB36) is known color: Atlantis. HEX triplet: 9C, DB and 36. RGB value is (156,219,54). Sum of RGB (Red+Green+Blue) = 156+219+54=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB36 is #6324C9. Grayscale: #B5B5B5. Windows color (decimal): -6497482 or 3595164. OLE color: 3595164.
HSL color Cylindrical-coordinate representation of color #9CDB36: hue angle of 82.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CDB36 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 54 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.14 |
| HSL | 82.91º | 0.7% | 0.54% | - |
| HSV(B) | 82.91º | 0.75% | 0.86% | - |
| XYZ | 39.71 | 58 | 12.59 | - |
| YUV | 181.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 54 | 0.29 | 0 | 0.75 | 0.14 | 82.91 | 0.7 | 0.54 |
| Hex | 9C | DB | 36 | 1D | 0 | 4B | E | 53 | 46 | 36 |
| Octal | 234 | 333 | 66 | 35 | 0 | 113 | 16 | 123 | 106 | 66 |
| Binary | 10011100 | 11011011 | 110110 | 11101 | 0 | 1001011 | 1110 | 1010011 | 1000110 | 110110 |
Color Harmonies of #9CDB36
Complementary color
Monochromatic Colors of #9CDB36
Black with #9CDB36
Text Example
Text Example
White with #9CDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB36; }
p { color: rgb(156,219,54); }
H1.HeaderClassName
{
color: #9CDB36;
}
.AnyTagClassName
{
color: #9CDB36;
}
</style>
background-color css
<style>
a { background-color: #9CDB36; }
a { background-color: rgb(156,219,54); }
div.DivClassName
{
background-color: #9CDB36;
}
.BgClassName
{
background-color: #9CDB36;
}
</style>
border-color css
<style>
span { border-color: #9CDB36; }
span { border-color: rgb(156,219,54); }
td.TdClassName
{
border-color: #9CDB36;
}
.TagClassName
{
border-color: #9CDB36;
}
</style>