Shades of Atlantis #9DCA44
Tints of Atlantis #9DCA44
RGB
CMYK
RGB Variations
Color information
#9DCA44 (or 0x9DCA44) is known color: Atlantis. HEX triplet: 9D, CA and 44. RGB value is (157,202,68). Sum of RGB (Red+Green+Blue) = 157+202+68=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCA44 is #6235BB. Grayscale: #ADADAD. Windows color (decimal): -6436284 or 4508317. OLE color: 4508317.
HSL color Cylindrical-coordinate representation of color #9DCA44: hue angle of 80.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DCA44 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 68 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.21 |
| HSL | 80.15º | 0.56% | 0.53% | - |
| HSV(B) | 80.15º | 0.66% | 0.79% | - |
| XYZ | 36.07 | 49.83 | 13.19 | - |
| YUV | 173.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 68 | 0.22 | 0 | 0.66 | 0.21 | 80.15 | 0.56 | 0.53 |
| Hex | 9D | CA | 44 | 16 | 0 | 42 | 15 | 50 | 38 | 35 |
| Octal | 235 | 312 | 104 | 26 | 0 | 102 | 25 | 120 | 70 | 65 |
| Binary | 10011101 | 11001010 | 1000100 | 10110 | 0 | 1000010 | 10101 | 1010000 | 111000 | 110101 |
Color Harmonies of #9DCA44
Complementary color
Monochromatic Colors of #9DCA44
Black with #9DCA44
Text Example
Text Example
White with #9DCA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA44; }
p { color: rgb(157,202,68); }
H1.HeaderClassName
{
color: #9DCA44;
}
.AnyTagClassName
{
color: #9DCA44;
}
</style>
background-color css
<style>
a { background-color: #9DCA44; }
a { background-color: rgb(157,202,68); }
div.DivClassName
{
background-color: #9DCA44;
}
.BgClassName
{
background-color: #9DCA44;
}
</style>
border-color css
<style>
span { border-color: #9DCA44; }
span { border-color: rgb(157,202,68); }
td.TdClassName
{
border-color: #9DCA44;
}
.TagClassName
{
border-color: #9DCA44;
}
</style>