Shades of Atlantis #9DCC3E
Tints of Atlantis #9DCC3E
RGB
CMYK
RGB Variations
Color information
#9DCC3E (or 0x9DCC3E) is known color: Atlantis. HEX triplet: 9D, CC and 3E. RGB value is (157,204,62). Sum of RGB (Red+Green+Blue) = 157+204+62=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC3E is #6233C1. Grayscale: #AEAEAE. Windows color (decimal): -6435778 or 4115613. OLE color: 4115613.
HSL color Cylindrical-coordinate representation of color #9DCC3E: hue angle of 79.86º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DCC3E is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 62 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.2 |
| HSL | 79.86º | 0.58% | 0.52% | - |
| HSV(B) | 79.86º | 0.7% | 0.8% | - |
| XYZ | 36.37 | 50.7 | 12.43 | - |
| YUV | 173.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 62 | 0.23 | 0 | 0.70 | 0.2 | 79.86 | 0.58 | 0.52 |
| Hex | 9D | CC | 3E | 17 | 0 | 46 | 14 | 50 | 3A | 34 |
| Octal | 235 | 314 | 76 | 27 | 0 | 106 | 24 | 120 | 72 | 64 |
| Binary | 10011101 | 11001100 | 111110 | 10111 | 0 | 1000110 | 10100 | 1010000 | 111010 | 110100 |
Color Harmonies of #9DCC3E
Complementary color
Monochromatic Colors of #9DCC3E
Black with #9DCC3E
Text Example
Text Example
White with #9DCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC3E; }
p { color: rgb(157,204,62); }
H1.HeaderClassName
{
color: #9DCC3E;
}
.AnyTagClassName
{
color: #9DCC3E;
}
</style>
background-color css
<style>
a { background-color: #9DCC3E; }
a { background-color: rgb(157,204,62); }
div.DivClassName
{
background-color: #9DCC3E;
}
.BgClassName
{
background-color: #9DCC3E;
}
</style>
border-color css
<style>
span { border-color: #9DCC3E; }
span { border-color: rgb(157,204,62); }
td.TdClassName
{
border-color: #9DCC3E;
}
.TagClassName
{
border-color: #9DCC3E;
}
</style>