Shades of Atlantis #9FCE3C
Tints of Atlantis #9FCE3C
RGB
CMYK
RGB Variations
Color information
#9FCE3C (or 0x9FCE3C) is known color: Atlantis. HEX triplet: 9F, CE and 3C. RGB value is (159,206,60). Sum of RGB (Red+Green+Blue) = 159+206+60=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCE3C is #6031C3. Grayscale: #AFAFAF. Windows color (decimal): -6304196 or 3985055. OLE color: 3985055.
HSL color Cylindrical-coordinate representation of color #9FCE3C: hue angle of 79.32º 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 #9FCE3C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 60 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.19 |
| HSL | 79.32º | 0.6% | 0.52% | - |
| HSV(B) | 79.32º | 0.71% | 0.81% | - |
| XYZ | 37.18 | 51.84 | 12.32 | - |
| YUV | 175.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 60 | 0.23 | 0 | 0.71 | 0.19 | 79.32 | 0.6 | 0.52 |
| Hex | 9F | CE | 3C | 17 | 0 | 47 | 13 | 4F | 3C | 34 |
| Octal | 237 | 316 | 74 | 27 | 0 | 107 | 23 | 117 | 74 | 64 |
| Binary | 10011111 | 11001110 | 111100 | 10111 | 0 | 1000111 | 10011 | 1001111 | 111100 | 110100 |
Color Harmonies of #9FCE3C
Complementary color
Monochromatic Colors of #9FCE3C
Black with #9FCE3C
Text Example
Text Example
White with #9FCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE3C; }
p { color: rgb(159,206,60); }
H1.HeaderClassName
{
color: #9FCE3C;
}
.AnyTagClassName
{
color: #9FCE3C;
}
</style>
background-color css
<style>
a { background-color: #9FCE3C; }
a { background-color: rgb(159,206,60); }
div.DivClassName
{
background-color: #9FCE3C;
}
.BgClassName
{
background-color: #9FCE3C;
}
</style>
border-color css
<style>
span { border-color: #9FCE3C; }
span { border-color: rgb(159,206,60); }
td.TdClassName
{
border-color: #9FCE3C;
}
.TagClassName
{
border-color: #9FCE3C;
}
</style>