Shades of Atlantis #9DC74C
Tints of Atlantis #9DC74C
RGB
CMYK
RGB Variations
Color information
#9DC74C (or 0x9DC74C) is known color: Atlantis. HEX triplet: 9D, C7 and 4C. RGB value is (157,199,76). Sum of RGB (Red+Green+Blue) = 157+199+76=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC74C is #6238B3. Grayscale: #ACACAC. Windows color (decimal): -6437044 or 5031837. OLE color: 5031837.
HSL color Cylindrical-coordinate representation of color #9DC74C: hue angle of 80.49º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC74C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 199 | 76 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.22 |
| HSL | 80.49º | 0.52% | 0.54% | - |
| HSV(B) | 80.49º | 0.62% | 0.78% | - |
| XYZ | 35.63 | 48.54 | 14.33 | - |
| YUV | 172.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 76 | 0.21 | 0 | 0.62 | 0.22 | 80.49 | 0.52 | 0.54 |
| Hex | 9D | C7 | 4C | 15 | 0 | 3E | 16 | 50 | 34 | 36 |
| Octal | 235 | 307 | 114 | 25 | 0 | 76 | 26 | 120 | 64 | 66 |
| Binary | 10011101 | 11000111 | 1001100 | 10101 | 0 | 111110 | 10110 | 1010000 | 110100 | 110110 |
Color Harmonies of #9DC74C
Complementary color
Monochromatic Colors of #9DC74C
Black with #9DC74C
Text Example
Text Example
White with #9DC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC74C; }
p { color: rgb(157,199,76); }
H1.HeaderClassName
{
color: #9DC74C;
}
.AnyTagClassName
{
color: #9DC74C;
}
</style>
background-color css
<style>
a { background-color: #9DC74C; }
a { background-color: rgb(157,199,76); }
div.DivClassName
{
background-color: #9DC74C;
}
.BgClassName
{
background-color: #9DC74C;
}
</style>
border-color css
<style>
span { border-color: #9DC74C; }
span { border-color: rgb(157,199,76); }
td.TdClassName
{
border-color: #9DC74C;
}
.TagClassName
{
border-color: #9DC74C;
}
</style>