Shades of Atlantis #9DC13D
Tints of Atlantis #9DC13D
RGB
CMYK
RGB Variations
Color information
#9DC13D (or 0x9DC13D) is known color: Atlantis. HEX triplet: 9D, C1 and 3D. RGB value is (157,193,61). Sum of RGB (Red+Green+Blue) = 157+193+61=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC13D is #623EC2. Grayscale: #A7A7A7. Windows color (decimal): -6438595 or 4047261. OLE color: 4047261.
HSL color Cylindrical-coordinate representation of color #9DC13D: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DC13D is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 61 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.24 |
| HSL | 76.36º | 0.52% | 0.5% | - |
| HSV(B) | 76.36º | 0.68% | 0.76% | - |
| XYZ | 33.82 | 45.64 | 11.44 | - |
| YUV | 167.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 61 | 0.19 | 0 | 0.68 | 0.24 | 76.36 | 0.52 | 0.5 |
| Hex | 9D | C1 | 3D | 13 | 0 | 44 | 18 | 4C | 34 | 32 |
| Octal | 235 | 301 | 75 | 23 | 0 | 104 | 30 | 114 | 64 | 62 |
| Binary | 10011101 | 11000001 | 111101 | 10011 | 0 | 1000100 | 11000 | 1001100 | 110100 | 110010 |
Color Harmonies of #9DC13D
Complementary color
Monochromatic Colors of #9DC13D
Black with #9DC13D
Text Example
Text Example
White with #9DC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC13D; }
p { color: rgb(157,193,61); }
H1.HeaderClassName
{
color: #9DC13D;
}
.AnyTagClassName
{
color: #9DC13D;
}
</style>
background-color css
<style>
a { background-color: #9DC13D; }
a { background-color: rgb(157,193,61); }
div.DivClassName
{
background-color: #9DC13D;
}
.BgClassName
{
background-color: #9DC13D;
}
</style>
border-color css
<style>
span { border-color: #9DC13D; }
span { border-color: rgb(157,193,61); }
td.TdClassName
{
border-color: #9DC13D;
}
.TagClassName
{
border-color: #9DC13D;
}
</style>