Shades of Atlantis #9FC54A
Tints of Atlantis #9FC54A
RGB
CMYK
RGB Variations
Color information
#9FC54A (or 0x9FC54A) is known color: Atlantis. HEX triplet: 9F, C5 and 4A. RGB value is (159,197,74). Sum of RGB (Red+Green+Blue) = 159+197+74=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC54A is #603AB5. Grayscale: #ACACAC. Windows color (decimal): -6306486 or 4900255. OLE color: 4900255.
HSL color Cylindrical-coordinate representation of color #9FC54A: hue angle of 78.54º 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 #9FC54A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 74 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.23 |
| HSL | 78.54º | 0.51% | 0.53% | - |
| HSV(B) | 78.54º | 0.62% | 0.77% | - |
| XYZ | 35.5 | 47.8 | 13.83 | - |
| YUV | 171.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 74 | 0.19 | 0 | 0.62 | 0.23 | 78.54 | 0.51 | 0.53 |
| Hex | 9F | C5 | 4A | 13 | 0 | 3E | 17 | 4F | 33 | 35 |
| Octal | 237 | 305 | 112 | 23 | 0 | 76 | 27 | 117 | 63 | 65 |
| Binary | 10011111 | 11000101 | 1001010 | 10011 | 0 | 111110 | 10111 | 1001111 | 110011 | 110101 |
Color Harmonies of #9FC54A
Complementary color
Monochromatic Colors of #9FC54A
Black with #9FC54A
Text Example
Text Example
White with #9FC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC54A; }
p { color: rgb(159,197,74); }
H1.HeaderClassName
{
color: #9FC54A;
}
.AnyTagClassName
{
color: #9FC54A;
}
</style>
background-color css
<style>
a { background-color: #9FC54A; }
a { background-color: rgb(159,197,74); }
div.DivClassName
{
background-color: #9FC54A;
}
.BgClassName
{
background-color: #9FC54A;
}
</style>
border-color css
<style>
span { border-color: #9FC54A; }
span { border-color: rgb(159,197,74); }
td.TdClassName
{
border-color: #9FC54A;
}
.TagClassName
{
border-color: #9FC54A;
}
</style>