Shades of Atlantis #9CDA46
Tints of Atlantis #9CDA46
RGB
CMYK
RGB Variations
Color information
#9CDA46 (or 0x9CDA46) is known color: Atlantis. HEX triplet: 9C, DA and 46. RGB value is (156,218,70). Sum of RGB (Red+Green+Blue) = 156+218+70=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDA46 is #6325B9. Grayscale: #B7B7B7. Windows color (decimal): -6497722 or 4643484. OLE color: 4643484.
HSL color Cylindrical-coordinate representation of color #9CDA46: hue angle of 85.14º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CDA46 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 70 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.15 |
| HSL | 85.14º | 0.67% | 0.56% | - |
| HSV(B) | 85.14º | 0.68% | 0.85% | - |
| XYZ | 39.89 | 57.65 | 14.82 | - |
| YUV | 182.59 | 64.46 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 70 | 0.28 | 0 | 0.68 | 0.15 | 85.14 | 0.67 | 0.56 |
| Hex | 9C | DA | 46 | 1C | 0 | 44 | F | 55 | 43 | 38 |
| Octal | 234 | 332 | 106 | 34 | 0 | 104 | 17 | 125 | 103 | 70 |
| Binary | 10011100 | 11011010 | 1000110 | 11100 | 0 | 1000100 | 1111 | 1010101 | 1000011 | 111000 |
Color Harmonies of #9CDA46
Complementary color
Monochromatic Colors of #9CDA46
Black with #9CDA46
Text Example
Text Example
White with #9CDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA46; }
p { color: rgb(156,218,70); }
H1.HeaderClassName
{
color: #9CDA46;
}
.AnyTagClassName
{
color: #9CDA46;
}
</style>
background-color css
<style>
a { background-color: #9CDA46; }
a { background-color: rgb(156,218,70); }
div.DivClassName
{
background-color: #9CDA46;
}
.BgClassName
{
background-color: #9CDA46;
}
</style>
border-color css
<style>
span { border-color: #9CDA46; }
span { border-color: rgb(156,218,70); }
td.TdClassName
{
border-color: #9CDA46;
}
.TagClassName
{
border-color: #9CDA46;
}
</style>