Shades of Atlantis #9FDC4A
Tints of Atlantis #9FDC4A
RGB
CMYK
RGB Variations
Color information
#9FDC4A (or 0x9FDC4A) is known color: Atlantis. HEX triplet: 9F, DC and 4A. RGB value is (159,220,74). Sum of RGB (Red+Green+Blue) = 159+220+74=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC4A is #6023B5. Grayscale: #B9B9B9. Windows color (decimal): -6300598 or 4906143. OLE color: 4906143.
HSL color Cylindrical-coordinate representation of color #9FDC4A: hue angle of 85.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FDC4A is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 74 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.14 |
| HSL | 85.07º | 0.68% | 0.58% | - |
| HSV(B) | 85.07º | 0.66% | 0.86% | - |
| XYZ | 41.13 | 59.05 | 15.71 | - |
| YUV | 185.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 74 | 0.28 | 0 | 0.66 | 0.14 | 85.07 | 0.68 | 0.58 |
| Hex | 9F | DC | 4A | 1C | 0 | 42 | E | 55 | 44 | 3A |
| Octal | 237 | 334 | 112 | 34 | 0 | 102 | 16 | 125 | 104 | 72 |
| Binary | 10011111 | 11011100 | 1001010 | 11100 | 0 | 1000010 | 1110 | 1010101 | 1000100 | 111010 |
Color Harmonies of #9FDC4A
Complementary color
Monochromatic Colors of #9FDC4A
Black with #9FDC4A
Text Example
Text Example
White with #9FDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC4A; }
p { color: rgb(159,220,74); }
H1.HeaderClassName
{
color: #9FDC4A;
}
.AnyTagClassName
{
color: #9FDC4A;
}
</style>
background-color css
<style>
a { background-color: #9FDC4A; }
a { background-color: rgb(159,220,74); }
div.DivClassName
{
background-color: #9FDC4A;
}
.BgClassName
{
background-color: #9FDC4A;
}
</style>
border-color css
<style>
span { border-color: #9FDC4A; }
span { border-color: rgb(159,220,74); }
td.TdClassName
{
border-color: #9FDC4A;
}
.TagClassName
{
border-color: #9FDC4A;
}
</style>