Shades of Atlantis #9FC04A
Tints of Atlantis #9FC04A
RGB
CMYK
RGB Variations
Color information
#9FC04A (or 0x9FC04A) is known color: Atlantis. HEX triplet: 9F, C0 and 4A. RGB value is (159,192,74). Sum of RGB (Red+Green+Blue) = 159+192+74=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC04A is #603FB5. Grayscale: #A9A9A9. Windows color (decimal): -6307766 or 4898975. OLE color: 4898975.
HSL color Cylindrical-coordinate representation of color #9FC04A: hue angle of 76.78º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FC04A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 74 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.25 |
| HSL | 76.78º | 0.48% | 0.52% | - |
| HSV(B) | 76.78º | 0.61% | 0.75% | - |
| XYZ | 34.38 | 45.56 | 13.46 | - |
| YUV | 168.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 74 | 0.17 | 0 | 0.61 | 0.25 | 76.78 | 0.48 | 0.52 |
| Hex | 9F | C0 | 4A | 11 | 0 | 3D | 19 | 4D | 30 | 34 |
| Octal | 237 | 300 | 112 | 21 | 0 | 75 | 31 | 115 | 60 | 64 |
| Binary | 10011111 | 11000000 | 1001010 | 10001 | 0 | 111101 | 11001 | 1001101 | 110000 | 110100 |
Color Harmonies of #9FC04A
Complementary color
Monochromatic Colors of #9FC04A
Black with #9FC04A
Text Example
Text Example
White with #9FC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC04A; }
p { color: rgb(159,192,74); }
H1.HeaderClassName
{
color: #9FC04A;
}
.AnyTagClassName
{
color: #9FC04A;
}
</style>
background-color css
<style>
a { background-color: #9FC04A; }
a { background-color: rgb(159,192,74); }
div.DivClassName
{
background-color: #9FC04A;
}
.BgClassName
{
background-color: #9FC04A;
}
</style>
border-color css
<style>
span { border-color: #9FC04A; }
span { border-color: rgb(159,192,74); }
td.TdClassName
{
border-color: #9FC04A;
}
.TagClassName
{
border-color: #9FC04A;
}
</style>