Shades of Atlantis #9DC04B
Tints of Atlantis #9DC04B
RGB
CMYK
RGB Variations
Color information
#9DC04B (or 0x9DC04B) is known color: Atlantis. HEX triplet: 9D, C0 and 4B. RGB value is (157,192,75). Sum of RGB (Red+Green+Blue) = 157+192+75=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC04B is #623FB4. Grayscale: #A8A8A8. Windows color (decimal): -6438837 or 4964509. OLE color: 4964509.
HSL color Cylindrical-coordinate representation of color #9DC04B: hue angle of 77.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DC04B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 75 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.25 |
| HSL | 77.95º | 0.48% | 0.52% | - |
| HSV(B) | 77.95º | 0.61% | 0.75% | - |
| XYZ | 34.02 | 45.38 | 13.62 | - |
| YUV | 168.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 75 | 0.18 | 0 | 0.61 | 0.25 | 77.95 | 0.48 | 0.52 |
| Hex | 9D | C0 | 4B | 12 | 0 | 3D | 19 | 4E | 30 | 34 |
| Octal | 235 | 300 | 113 | 22 | 0 | 75 | 31 | 116 | 60 | 64 |
| Binary | 10011101 | 11000000 | 1001011 | 10010 | 0 | 111101 | 11001 | 1001110 | 110000 | 110100 |
Color Harmonies of #9DC04B
Complementary color
Monochromatic Colors of #9DC04B
Black with #9DC04B
Text Example
Text Example
White with #9DC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC04B; }
p { color: rgb(157,192,75); }
H1.HeaderClassName
{
color: #9DC04B;
}
.AnyTagClassName
{
color: #9DC04B;
}
</style>
background-color css
<style>
a { background-color: #9DC04B; }
a { background-color: rgb(157,192,75); }
div.DivClassName
{
background-color: #9DC04B;
}
.BgClassName
{
background-color: #9DC04B;
}
</style>
border-color css
<style>
span { border-color: #9DC04B; }
span { border-color: rgb(157,192,75); }
td.TdClassName
{
border-color: #9DC04B;
}
.TagClassName
{
border-color: #9DC04B;
}
</style>