Shades of Atlantis #9FCE4A
Tints of Atlantis #9FCE4A
RGB
CMYK
RGB Variations
Color information
#9FCE4A (or 0x9FCE4A) is known color: Atlantis. HEX triplet: 9F, CE and 4A. RGB value is (159,206,74). Sum of RGB (Red+Green+Blue) = 159+206+74=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCE4A is #6031B5. Grayscale: #B1B1B1. Windows color (decimal): -6304182 or 4902559. OLE color: 4902559.
HSL color Cylindrical-coordinate representation of color #9FCE4A: hue angle of 81.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FCE4A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 74 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.19 |
| HSL | 81.36º | 0.57% | 0.55% | - |
| HSV(B) | 81.36º | 0.64% | 0.81% | - |
| XYZ | 37.61 | 52.01 | 14.54 | - |
| YUV | 176.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 74 | 0.23 | 0 | 0.64 | 0.19 | 81.36 | 0.57 | 0.55 |
| Hex | 9F | CE | 4A | 17 | 0 | 40 | 13 | 51 | 39 | 37 |
| Octal | 237 | 316 | 112 | 27 | 0 | 100 | 23 | 121 | 71 | 67 |
| Binary | 10011111 | 11001110 | 1001010 | 10111 | 0 | 1000000 | 10011 | 1010001 | 111001 | 110111 |
Color Harmonies of #9FCE4A
Complementary color
Monochromatic Colors of #9FCE4A
Black with #9FCE4A
Text Example
Text Example
White with #9FCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE4A; }
p { color: rgb(159,206,74); }
H1.HeaderClassName
{
color: #9FCE4A;
}
.AnyTagClassName
{
color: #9FCE4A;
}
</style>
background-color css
<style>
a { background-color: #9FCE4A; }
a { background-color: rgb(159,206,74); }
div.DivClassName
{
background-color: #9FCE4A;
}
.BgClassName
{
background-color: #9FCE4A;
}
</style>
border-color css
<style>
span { border-color: #9FCE4A; }
span { border-color: rgb(159,206,74); }
td.TdClassName
{
border-color: #9FCE4A;
}
.TagClassName
{
border-color: #9FCE4A;
}
</style>