Shades of Citrus #9AC014
Tints of Citrus #9AC014
RGB
CMYK
RGB Variations
Color information
#9AC014 (or 0x9AC014) is known color: Citrus. HEX triplet: 9A, C0 and 14. RGB value is (154,192,20). Sum of RGB (Red+Green+Blue) = 154+192+20=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC014 is #653FEB. Grayscale: #A1A1A1. Windows color (decimal): -6635500 or 1360026. OLE color: 1360026.
HSL color Cylindrical-coordinate representation of color #9AC014: hue angle of 73.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AC014 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 20 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.25 |
| HSL | 73.26º | 0.81% | 0.42% | - |
| HSV(B) | 73.26º | 0.9% | 0.75% | - |
| XYZ | 32.3 | 44.62 | 7.57 | - |
| YUV | 161.03 | 48.41 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 20 | 0.20 | 0 | 0.90 | 0.25 | 73.26 | 0.81 | 0.42 |
| Hex | 9A | C0 | 14 | 14 | 0 | 5A | 19 | 49 | 51 | 2A |
| Octal | 232 | 300 | 24 | 24 | 0 | 132 | 31 | 111 | 121 | 52 |
| Binary | 10011010 | 11000000 | 10100 | 10100 | 0 | 1011010 | 11001 | 1001001 | 1010001 | 101010 |
Color Harmonies of #9AC014
Complementary color
Monochromatic Colors of #9AC014
Black with #9AC014
Text Example
Text Example
White with #9AC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC014; }
p { color: rgb(154,192,20); }
H1.HeaderClassName
{
color: #9AC014;
}
.AnyTagClassName
{
color: #9AC014;
}
</style>
background-color css
<style>
a { background-color: #9AC014; }
a { background-color: rgb(154,192,20); }
div.DivClassName
{
background-color: #9AC014;
}
.BgClassName
{
background-color: #9AC014;
}
</style>
border-color css
<style>
span { border-color: #9AC014; }
span { border-color: rgb(154,192,20); }
td.TdClassName
{
border-color: #9AC014;
}
.TagClassName
{
border-color: #9AC014;
}
</style>