Shades of Atlantis #9FCF3C
Tints of Atlantis #9FCF3C
RGB
CMYK
RGB Variations
Color information
#9FCF3C (or 0x9FCF3C) is known color: Atlantis. HEX triplet: 9F, CF and 3C. RGB value is (159,207,60). Sum of RGB (Red+Green+Blue) = 159+207+60=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCF3C is #6030C3. Grayscale: #B0B0B0. Windows color (decimal): -6303940 or 3985311. OLE color: 3985311.
HSL color Cylindrical-coordinate representation of color #9FCF3C: hue angle of 79.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FCF3C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 60 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.19 |
| HSL | 79.59º | 0.6% | 0.52% | - |
| HSV(B) | 79.59º | 0.71% | 0.81% | - |
| XYZ | 37.43 | 52.32 | 12.4 | - |
| YUV | 175.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 60 | 0.23 | 0 | 0.71 | 0.19 | 79.59 | 0.6 | 0.52 |
| Hex | 9F | CF | 3C | 17 | 0 | 47 | 13 | 50 | 3C | 34 |
| Octal | 237 | 317 | 74 | 27 | 0 | 107 | 23 | 120 | 74 | 64 |
| Binary | 10011111 | 11001111 | 111100 | 10111 | 0 | 1000111 | 10011 | 1010000 | 111100 | 110100 |
Color Harmonies of #9FCF3C
Complementary color
Monochromatic Colors of #9FCF3C
Black with #9FCF3C
Text Example
Text Example
White with #9FCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF3C; }
p { color: rgb(159,207,60); }
H1.HeaderClassName
{
color: #9FCF3C;
}
.AnyTagClassName
{
color: #9FCF3C;
}
</style>
background-color css
<style>
a { background-color: #9FCF3C; }
a { background-color: rgb(159,207,60); }
div.DivClassName
{
background-color: #9FCF3C;
}
.BgClassName
{
background-color: #9FCF3C;
}
</style>
border-color css
<style>
span { border-color: #9FCF3C; }
span { border-color: rgb(159,207,60); }
td.TdClassName
{
border-color: #9FCF3C;
}
.TagClassName
{
border-color: #9FCF3C;
}
</style>