Shades of Atlantis #9DC144
Tints of Atlantis #9DC144
RGB
CMYK
RGB Variations
Color information
#9DC144 (or 0x9DC144) is known color: Atlantis. HEX triplet: 9D, C1 and 44. RGB value is (157,193,68). Sum of RGB (Red+Green+Blue) = 157+193+68=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC144 is #623EBB. Grayscale: #A8A8A8. Windows color (decimal): -6438588 or 4506013. OLE color: 4506013.
HSL color Cylindrical-coordinate representation of color #9DC144: hue angle of 77.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DC144 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 68 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.24 |
| HSL | 77.28º | 0.5% | 0.51% | - |
| HSV(B) | 77.28º | 0.65% | 0.76% | - |
| XYZ | 34.02 | 45.73 | 12.5 | - |
| YUV | 167.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 68 | 0.19 | 0 | 0.65 | 0.24 | 77.28 | 0.5 | 0.51 |
| Hex | 9D | C1 | 44 | 13 | 0 | 41 | 18 | 4D | 32 | 33 |
| Octal | 235 | 301 | 104 | 23 | 0 | 101 | 30 | 115 | 62 | 63 |
| Binary | 10011101 | 11000001 | 1000100 | 10011 | 0 | 1000001 | 11000 | 1001101 | 110010 | 110011 |
Color Harmonies of #9DC144
Complementary color
Monochromatic Colors of #9DC144
Black with #9DC144
Text Example
Text Example
White with #9DC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC144; }
p { color: rgb(157,193,68); }
H1.HeaderClassName
{
color: #9DC144;
}
.AnyTagClassName
{
color: #9DC144;
}
</style>
background-color css
<style>
a { background-color: #9DC144; }
a { background-color: rgb(157,193,68); }
div.DivClassName
{
background-color: #9DC144;
}
.BgClassName
{
background-color: #9DC144;
}
</style>
border-color css
<style>
span { border-color: #9DC144; }
span { border-color: rgb(157,193,68); }
td.TdClassName
{
border-color: #9DC144;
}
.TagClassName
{
border-color: #9DC144;
}
</style>