Shades of Atlantis #9FC53C
Tints of Atlantis #9FC53C
RGB
CMYK
RGB Variations
Color information
#9FC53C (or 0x9FC53C) is known color: Atlantis. HEX triplet: 9F, C5 and 3C. RGB value is (159,197,60). Sum of RGB (Red+Green+Blue) = 159+197+60=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC53C is #603AC3. Grayscale: #AAAAAA. Windows color (decimal): -6306500 or 3982751. OLE color: 3982751.
HSL color Cylindrical-coordinate representation of color #9FC53C: hue angle of 76.64º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FC53C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 60 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.23 |
| HSL | 76.64º | 0.54% | 0.5% | - |
| HSV(B) | 76.64º | 0.7% | 0.77% | - |
| XYZ | 35.08 | 47.63 | 11.62 | - |
| YUV | 170.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 60 | 0.19 | 0 | 0.70 | 0.23 | 76.64 | 0.54 | 0.5 |
| Hex | 9F | C5 | 3C | 13 | 0 | 46 | 17 | 4D | 36 | 32 |
| Octal | 237 | 305 | 74 | 23 | 0 | 106 | 27 | 115 | 66 | 62 |
| Binary | 10011111 | 11000101 | 111100 | 10011 | 0 | 1000110 | 10111 | 1001101 | 110110 | 110010 |
Color Harmonies of #9FC53C
Complementary color
Monochromatic Colors of #9FC53C
Black with #9FC53C
Text Example
Text Example
White with #9FC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC53C; }
p { color: rgb(159,197,60); }
H1.HeaderClassName
{
color: #9FC53C;
}
.AnyTagClassName
{
color: #9FC53C;
}
</style>
background-color css
<style>
a { background-color: #9FC53C; }
a { background-color: rgb(159,197,60); }
div.DivClassName
{
background-color: #9FC53C;
}
.BgClassName
{
background-color: #9FC53C;
}
</style>
border-color css
<style>
span { border-color: #9FC53C; }
span { border-color: rgb(159,197,60); }
td.TdClassName
{
border-color: #9FC53C;
}
.TagClassName
{
border-color: #9FC53C;
}
</style>