Shades of Atlantis #9DCC4C
Tints of Atlantis #9DCC4C
RGB
CMYK
RGB Variations
Color information
#9DCC4C (or 0x9DCC4C) is known color: Atlantis. HEX triplet: 9D, CC and 4C. RGB value is (157,204,76). Sum of RGB (Red+Green+Blue) = 157+204+76=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC4C is #6233B3. Grayscale: #AFAFAF. Windows color (decimal): -6435764 or 5033117. OLE color: 5033117.
HSL color Cylindrical-coordinate representation of color #9DCC4C: hue angle of 82.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DCC4C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 76 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.2 |
| HSL | 82.03º | 0.56% | 0.55% | - |
| HSV(B) | 82.03º | 0.63% | 0.8% | - |
| XYZ | 36.8 | 50.88 | 14.72 | - |
| YUV | 175.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 76 | 0.23 | 0 | 0.63 | 0.2 | 82.03 | 0.56 | 0.55 |
| Hex | 9D | CC | 4C | 17 | 0 | 3F | 14 | 52 | 38 | 37 |
| Octal | 235 | 314 | 114 | 27 | 0 | 77 | 24 | 122 | 70 | 67 |
| Binary | 10011101 | 11001100 | 1001100 | 10111 | 0 | 111111 | 10100 | 1010010 | 111000 | 110111 |
Color Harmonies of #9DCC4C
Complementary color
Monochromatic Colors of #9DCC4C
Black with #9DCC4C
Text Example
Text Example
White with #9DCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC4C; }
p { color: rgb(157,204,76); }
H1.HeaderClassName
{
color: #9DCC4C;
}
.AnyTagClassName
{
color: #9DCC4C;
}
</style>
background-color css
<style>
a { background-color: #9DCC4C; }
a { background-color: rgb(157,204,76); }
div.DivClassName
{
background-color: #9DCC4C;
}
.BgClassName
{
background-color: #9DCC4C;
}
</style>
border-color css
<style>
span { border-color: #9DCC4C; }
span { border-color: rgb(157,204,76); }
td.TdClassName
{
border-color: #9DCC4C;
}
.TagClassName
{
border-color: #9DCC4C;
}
</style>