Shades of Atlantis #9DC54B
Tints of Atlantis #9DC54B
RGB
CMYK
RGB Variations
Color information
#9DC54B (or 0x9DC54B) is known color: Atlantis. HEX triplet: 9D, C5 and 4B. RGB value is (157,197,75). Sum of RGB (Red+Green+Blue) = 157+197+75=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC54B is #623AB4. Grayscale: #ABABAB. Windows color (decimal): -6437557 or 4965789. OLE color: 4965789.
HSL color Cylindrical-coordinate representation of color #9DC54B: hue angle of 79.67º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC54B is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 75 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.23 |
| HSL | 79.67º | 0.51% | 0.53% | - |
| HSV(B) | 79.67º | 0.62% | 0.77% | - |
| XYZ | 35.14 | 47.61 | 13.99 | - |
| YUV | 171.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 75 | 0.20 | 0 | 0.62 | 0.23 | 79.67 | 0.51 | 0.53 |
| Hex | 9D | C5 | 4B | 14 | 0 | 3E | 17 | 50 | 33 | 35 |
| Octal | 235 | 305 | 113 | 24 | 0 | 76 | 27 | 120 | 63 | 65 |
| Binary | 10011101 | 11000101 | 1001011 | 10100 | 0 | 111110 | 10111 | 1010000 | 110011 | 110101 |
Color Harmonies of #9DC54B
Complementary color
Monochromatic Colors of #9DC54B
Black with #9DC54B
Text Example
Text Example
White with #9DC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC54B; }
p { color: rgb(157,197,75); }
H1.HeaderClassName
{
color: #9DC54B;
}
.AnyTagClassName
{
color: #9DC54B;
}
</style>
background-color css
<style>
a { background-color: #9DC54B; }
a { background-color: rgb(157,197,75); }
div.DivClassName
{
background-color: #9DC54B;
}
.BgClassName
{
background-color: #9DC54B;
}
</style>
border-color css
<style>
span { border-color: #9DC54B; }
span { border-color: rgb(157,197,75); }
td.TdClassName
{
border-color: #9DC54B;
}
.TagClassName
{
border-color: #9DC54B;
}
</style>