Shades of Atlantis #9FCF3F
Tints of Atlantis #9FCF3F
RGB
CMYK
RGB Variations
Color information
#9FCF3F (or 0x9FCF3F) is known color: Atlantis. HEX triplet: 9F, CF and 3F. RGB value is (159,207,63). Sum of RGB (Red+Green+Blue) = 159+207+63=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCF3F is #6030C0. Grayscale: #B0B0B0. Windows color (decimal): -6303937 or 4181919. OLE color: 4181919.
HSL color Cylindrical-coordinate representation of color #9FCF3F: hue angle of 80º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FCF3F is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 63 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.19 |
| HSL | 80º | 0.6% | 0.53% | - |
| HSV(B) | 80º | 0.7% | 0.81% | - |
| XYZ | 37.51 | 52.36 | 12.83 | - |
| YUV | 176.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 63 | 0.23 | 0 | 0.70 | 0.19 | 80 | 0.6 | 0.53 |
| Hex | 9F | CF | 3F | 17 | 0 | 46 | 13 | 50 | 3C | 35 |
| Octal | 237 | 317 | 77 | 27 | 0 | 106 | 23 | 120 | 74 | 65 |
| Binary | 10011111 | 11001111 | 111111 | 10111 | 0 | 1000110 | 10011 | 1010000 | 111100 | 110101 |
Color Harmonies of #9FCF3F
Complementary color
Monochromatic Colors of #9FCF3F
Black with #9FCF3F
Text Example
Text Example
White with #9FCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF3F; }
p { color: rgb(159,207,63); }
H1.HeaderClassName
{
color: #9FCF3F;
}
.AnyTagClassName
{
color: #9FCF3F;
}
</style>
background-color css
<style>
a { background-color: #9FCF3F; }
a { background-color: rgb(159,207,63); }
div.DivClassName
{
background-color: #9FCF3F;
}
.BgClassName
{
background-color: #9FCF3F;
}
</style>
border-color css
<style>
span { border-color: #9FCF3F; }
span { border-color: rgb(159,207,63); }
td.TdClassName
{
border-color: #9FCF3F;
}
.TagClassName
{
border-color: #9FCF3F;
}
</style>