Shades of Atlantis #9DC649
Tints of Atlantis #9DC649
RGB
CMYK
RGB Variations
Color information
#9DC649 (or 0x9DC649) is known color: Atlantis. HEX triplet: 9D, C6 and 49. RGB value is (157,198,73). Sum of RGB (Red+Green+Blue) = 157+198+73=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC649 is #6239B6. Grayscale: #ABABAB. Windows color (decimal): -6437303 or 4834973. OLE color: 4834973.
HSL color Cylindrical-coordinate representation of color #9DC649: hue angle of 79.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DC649 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 73 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.22 |
| HSL | 79.68º | 0.52% | 0.53% | - |
| HSV(B) | 79.68º | 0.63% | 0.78% | - |
| XYZ | 35.3 | 48.04 | 13.71 | - |
| YUV | 171.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 73 | 0.21 | 0 | 0.63 | 0.22 | 79.68 | 0.52 | 0.53 |
| Hex | 9D | C6 | 49 | 15 | 0 | 3F | 16 | 50 | 34 | 35 |
| Octal | 235 | 306 | 111 | 25 | 0 | 77 | 26 | 120 | 64 | 65 |
| Binary | 10011101 | 11000110 | 1001001 | 10101 | 0 | 111111 | 10110 | 1010000 | 110100 | 110101 |
Color Harmonies of #9DC649
Complementary color
Monochromatic Colors of #9DC649
Black with #9DC649
Text Example
Text Example
White with #9DC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC649; }
p { color: rgb(157,198,73); }
H1.HeaderClassName
{
color: #9DC649;
}
.AnyTagClassName
{
color: #9DC649;
}
</style>
background-color css
<style>
a { background-color: #9DC649; }
a { background-color: rgb(157,198,73); }
div.DivClassName
{
background-color: #9DC649;
}
.BgClassName
{
background-color: #9DC649;
}
</style>
border-color css
<style>
span { border-color: #9DC649; }
span { border-color: rgb(157,198,73); }
td.TdClassName
{
border-color: #9DC649;
}
.TagClassName
{
border-color: #9DC649;
}
</style>