Shades of Atlantis #9FC54B
Tints of Atlantis #9FC54B
RGB
CMYK
RGB Variations
Color information
#9FC54B (or 0x9FC54B) is known color: Atlantis. HEX triplet: 9F, C5 and 4B. RGB value is (159,197,75). Sum of RGB (Red+Green+Blue) = 159+197+75=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC54B is #603AB4. Grayscale: #ACACAC. Windows color (decimal): -6306485 or 4965791. OLE color: 4965791.
HSL color Cylindrical-coordinate representation of color #9FC54B: hue angle of 78.69º 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 #9FC54B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 75 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.23 |
| HSL | 78.69º | 0.51% | 0.53% | - |
| HSV(B) | 78.69º | 0.62% | 0.77% | - |
| XYZ | 35.53 | 47.81 | 14.01 | - |
| YUV | 171.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 75 | 0.19 | 0 | 0.62 | 0.23 | 78.69 | 0.51 | 0.53 |
| Hex | 9F | C5 | 4B | 13 | 0 | 3E | 17 | 4F | 33 | 35 |
| Octal | 237 | 305 | 113 | 23 | 0 | 76 | 27 | 117 | 63 | 65 |
| Binary | 10011111 | 11000101 | 1001011 | 10011 | 0 | 111110 | 10111 | 1001111 | 110011 | 110101 |
Color Harmonies of #9FC54B
Complementary color
Monochromatic Colors of #9FC54B
Black with #9FC54B
Text Example
Text Example
White with #9FC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC54B; }
p { color: rgb(159,197,75); }
H1.HeaderClassName
{
color: #9FC54B;
}
.AnyTagClassName
{
color: #9FC54B;
}
</style>
background-color css
<style>
a { background-color: #9FC54B; }
a { background-color: rgb(159,197,75); }
div.DivClassName
{
background-color: #9FC54B;
}
.BgClassName
{
background-color: #9FC54B;
}
</style>
border-color css
<style>
span { border-color: #9FC54B; }
span { border-color: rgb(159,197,75); }
td.TdClassName
{
border-color: #9FC54B;
}
.TagClassName
{
border-color: #9FC54B;
}
</style>