Shades of Atlantis #9DCA48
Tints of Atlantis #9DCA48
RGB
CMYK
RGB Variations
Color information
#9DCA48 (or 0x9DCA48) is known color: Atlantis. HEX triplet: 9D, CA and 48. RGB value is (157,202,72). Sum of RGB (Red+Green+Blue) = 157+202+72=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCA48 is #6235B7. Grayscale: #AEAEAE. Windows color (decimal): -6436280 or 4770461. OLE color: 4770461.
HSL color Cylindrical-coordinate representation of color #9DCA48: hue angle of 80.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DCA48 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 72 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.21 |
| HSL | 80.77º | 0.55% | 0.54% | - |
| HSV(B) | 80.77º | 0.64% | 0.79% | - |
| XYZ | 36.19 | 49.88 | 13.85 | - |
| YUV | 173.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 72 | 0.22 | 0 | 0.64 | 0.21 | 80.77 | 0.55 | 0.54 |
| Hex | 9D | CA | 48 | 16 | 0 | 40 | 15 | 51 | 37 | 36 |
| Octal | 235 | 312 | 110 | 26 | 0 | 100 | 25 | 121 | 67 | 66 |
| Binary | 10011101 | 11001010 | 1001000 | 10110 | 0 | 1000000 | 10101 | 1010001 | 110111 | 110110 |
Color Harmonies of #9DCA48
Complementary color
Monochromatic Colors of #9DCA48
Black with #9DCA48
Text Example
Text Example
White with #9DCA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA48; }
p { color: rgb(157,202,72); }
H1.HeaderClassName
{
color: #9DCA48;
}
.AnyTagClassName
{
color: #9DCA48;
}
</style>
background-color css
<style>
a { background-color: #9DCA48; }
a { background-color: rgb(157,202,72); }
div.DivClassName
{
background-color: #9DCA48;
}
.BgClassName
{
background-color: #9DCA48;
}
</style>
border-color css
<style>
span { border-color: #9DCA48; }
span { border-color: rgb(157,202,72); }
td.TdClassName
{
border-color: #9DCA48;
}
.TagClassName
{
border-color: #9DCA48;
}
</style>