Shades of Atlantis #9DC23D
Tints of Atlantis #9DC23D
RGB
CMYK
RGB Variations
Color information
#9DC23D (or 0x9DC23D) is known color: Atlantis. HEX triplet: 9D, C2 and 3D. RGB value is (157,194,61). Sum of RGB (Red+Green+Blue) = 157+194+61=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC23D is #623DC2. Grayscale: #A8A8A8. Windows color (decimal): -6438339 or 4047517. OLE color: 4047517.
HSL color Cylindrical-coordinate representation of color #9DC23D: hue angle of 76.69º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DC23D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 61 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.24 |
| HSL | 76.69º | 0.52% | 0.5% | - |
| HSV(B) | 76.69º | 0.69% | 0.76% | - |
| XYZ | 34.04 | 46.09 | 11.52 | - |
| YUV | 167.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 61 | 0.19 | 0 | 0.69 | 0.24 | 76.69 | 0.52 | 0.5 |
| Hex | 9D | C2 | 3D | 13 | 0 | 45 | 18 | 4D | 34 | 32 |
| Octal | 235 | 302 | 75 | 23 | 0 | 105 | 30 | 115 | 64 | 62 |
| Binary | 10011101 | 11000010 | 111101 | 10011 | 0 | 1000101 | 11000 | 1001101 | 110100 | 110010 |
Color Harmonies of #9DC23D
Complementary color
Monochromatic Colors of #9DC23D
Black with #9DC23D
Text Example
Text Example
White with #9DC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC23D; }
p { color: rgb(157,194,61); }
H1.HeaderClassName
{
color: #9DC23D;
}
.AnyTagClassName
{
color: #9DC23D;
}
</style>
background-color css
<style>
a { background-color: #9DC23D; }
a { background-color: rgb(157,194,61); }
div.DivClassName
{
background-color: #9DC23D;
}
.BgClassName
{
background-color: #9DC23D;
}
</style>
border-color css
<style>
span { border-color: #9DC23D; }
span { border-color: rgb(157,194,61); }
td.TdClassName
{
border-color: #9DC23D;
}
.TagClassName
{
border-color: #9DC23D;
}
</style>