Shades of Atlantis #9DC33B
Tints of Atlantis #9DC33B
RGB
CMYK
RGB Variations
Color information
#9DC33B (or 0x9DC33B) is known color: Atlantis. HEX triplet: 9D, C3 and 3B. RGB value is (157,195,59). Sum of RGB (Red+Green+Blue) = 157+195+59=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC33B is #623CC4. Grayscale: #A8A8A8. Windows color (decimal): -6438085 or 3916701. OLE color: 3916701.
HSL color Cylindrical-coordinate representation of color #9DC33B: hue angle of 76.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DC33B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 59 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.24 |
| HSL | 76.76º | 0.54% | 0.5% | - |
| HSV(B) | 76.76º | 0.7% | 0.76% | - |
| XYZ | 34.21 | 46.51 | 11.31 | - |
| YUV | 168.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 59 | 0.19 | 0 | 0.70 | 0.24 | 76.76 | 0.54 | 0.5 |
| Hex | 9D | C3 | 3B | 13 | 0 | 46 | 18 | 4D | 36 | 32 |
| Octal | 235 | 303 | 73 | 23 | 0 | 106 | 30 | 115 | 66 | 62 |
| Binary | 10011101 | 11000011 | 111011 | 10011 | 0 | 1000110 | 11000 | 1001101 | 110110 | 110010 |
Color Harmonies of #9DC33B
Complementary color
Monochromatic Colors of #9DC33B
Black with #9DC33B
Text Example
Text Example
White with #9DC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC33B; }
p { color: rgb(157,195,59); }
H1.HeaderClassName
{
color: #9DC33B;
}
.AnyTagClassName
{
color: #9DC33B;
}
</style>
background-color css
<style>
a { background-color: #9DC33B; }
a { background-color: rgb(157,195,59); }
div.DivClassName
{
background-color: #9DC33B;
}
.BgClassName
{
background-color: #9DC33B;
}
</style>
border-color css
<style>
span { border-color: #9DC33B; }
span { border-color: rgb(157,195,59); }
td.TdClassName
{
border-color: #9DC33B;
}
.TagClassName
{
border-color: #9DC33B;
}
</style>