Shades of Atlantis #9FC03C
Tints of Atlantis #9FC03C
RGB
CMYK
RGB Variations
Color information
#9FC03C (or 0x9FC03C) is known color: Atlantis. HEX triplet: 9F, C0 and 3C. RGB value is (159,192,60). Sum of RGB (Red+Green+Blue) = 159+192+60=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC03C is #603FC3. Grayscale: #A7A7A7. Windows color (decimal): -6307780 or 3981471. OLE color: 3981471.
HSL color Cylindrical-coordinate representation of color #9FC03C: hue angle of 75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FC03C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 60 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.25 |
| HSL | 75º | 0.52% | 0.49% | - |
| HSV(B) | 75º | 0.69% | 0.75% | - |
| XYZ | 33.96 | 45.4 | 11.25 | - |
| YUV | 167.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 60 | 0.17 | 0 | 0.69 | 0.25 | 75 | 0.52 | 0.49 |
| Hex | 9F | C0 | 3C | 11 | 0 | 45 | 19 | 4B | 34 | 31 |
| Octal | 237 | 300 | 74 | 21 | 0 | 105 | 31 | 113 | 64 | 61 |
| Binary | 10011111 | 11000000 | 111100 | 10001 | 0 | 1000101 | 11001 | 1001011 | 110100 | 110001 |
Color Harmonies of #9FC03C
Complementary color
Monochromatic Colors of #9FC03C
Black with #9FC03C
Text Example
Text Example
White with #9FC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC03C; }
p { color: rgb(159,192,60); }
H1.HeaderClassName
{
color: #9FC03C;
}
.AnyTagClassName
{
color: #9FC03C;
}
</style>
background-color css
<style>
a { background-color: #9FC03C; }
a { background-color: rgb(159,192,60); }
div.DivClassName
{
background-color: #9FC03C;
}
.BgClassName
{
background-color: #9FC03C;
}
</style>
border-color css
<style>
span { border-color: #9FC03C; }
span { border-color: rgb(159,192,60); }
td.TdClassName
{
border-color: #9FC03C;
}
.TagClassName
{
border-color: #9FC03C;
}
</style>