Shades of Atlantis #9DCC3C
Tints of Atlantis #9DCC3C
RGB
CMYK
RGB Variations
Color information
#9DCC3C (or 0x9DCC3C) is known color: Atlantis. HEX triplet: 9D, CC and 3C. RGB value is (157,204,60). Sum of RGB (Red+Green+Blue) = 157+204+60=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC3C is #6233C3. Grayscale: #AEAEAE. Windows color (decimal): -6435780 or 3984541. OLE color: 3984541.
HSL color Cylindrical-coordinate representation of color #9DCC3C: hue angle of 79.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DCC3C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 60 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.2 |
| HSL | 79.58º | 0.59% | 0.52% | - |
| HSV(B) | 79.58º | 0.71% | 0.8% | - |
| XYZ | 36.31 | 50.68 | 12.14 | - |
| YUV | 173.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 60 | 0.23 | 0 | 0.71 | 0.2 | 79.58 | 0.59 | 0.52 |
| Hex | 9D | CC | 3C | 17 | 0 | 47 | 14 | 50 | 3B | 34 |
| Octal | 235 | 314 | 74 | 27 | 0 | 107 | 24 | 120 | 73 | 64 |
| Binary | 10011101 | 11001100 | 111100 | 10111 | 0 | 1000111 | 10100 | 1010000 | 111011 | 110100 |
Color Harmonies of #9DCC3C
Complementary color
Monochromatic Colors of #9DCC3C
Black with #9DCC3C
Text Example
Text Example
White with #9DCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC3C; }
p { color: rgb(157,204,60); }
H1.HeaderClassName
{
color: #9DCC3C;
}
.AnyTagClassName
{
color: #9DCC3C;
}
</style>
background-color css
<style>
a { background-color: #9DCC3C; }
a { background-color: rgb(157,204,60); }
div.DivClassName
{
background-color: #9DCC3C;
}
.BgClassName
{
background-color: #9DCC3C;
}
</style>
border-color css
<style>
span { border-color: #9DCC3C; }
span { border-color: rgb(157,204,60); }
td.TdClassName
{
border-color: #9DCC3C;
}
.TagClassName
{
border-color: #9DCC3C;
}
</style>