Shades of Atlantis #9DCC3A
Tints of Atlantis #9DCC3A
RGB
CMYK
RGB Variations
Color information
#9DCC3A (or 0x9DCC3A) is known color: Atlantis. HEX triplet: 9D, CC and 3A. RGB value is (157,204,58). Sum of RGB (Red+Green+Blue) = 157+204+58=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC3A is #6233C5. Grayscale: #ADADAD. Windows color (decimal): -6435782 or 3853469. OLE color: 3853469.
HSL color Cylindrical-coordinate representation of color #9DCC3A: hue angle of 79.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DCC3A is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 58 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.2 |
| HSL | 79.32º | 0.59% | 0.51% | - |
| HSV(B) | 79.32º | 0.72% | 0.8% | - |
| XYZ | 36.26 | 50.66 | 11.87 | - |
| YUV | 173.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 58 | 0.23 | 0 | 0.72 | 0.2 | 79.32 | 0.59 | 0.51 |
| Hex | 9D | CC | 3A | 17 | 0 | 48 | 14 | 4F | 3B | 33 |
| Octal | 235 | 314 | 72 | 27 | 0 | 110 | 24 | 117 | 73 | 63 |
| Binary | 10011101 | 11001100 | 111010 | 10111 | 0 | 1001000 | 10100 | 1001111 | 111011 | 110011 |
Color Harmonies of #9DCC3A
Complementary color
Monochromatic Colors of #9DCC3A
Black with #9DCC3A
Text Example
Text Example
White with #9DCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC3A; }
p { color: rgb(157,204,58); }
H1.HeaderClassName
{
color: #9DCC3A;
}
.AnyTagClassName
{
color: #9DCC3A;
}
</style>
background-color css
<style>
a { background-color: #9DCC3A; }
a { background-color: rgb(157,204,58); }
div.DivClassName
{
background-color: #9DCC3A;
}
.BgClassName
{
background-color: #9DCC3A;
}
</style>
border-color css
<style>
span { border-color: #9DCC3A; }
span { border-color: rgb(157,204,58); }
td.TdClassName
{
border-color: #9DCC3A;
}
.TagClassName
{
border-color: #9DCC3A;
}
</style>