Shades of Citrus #9ABC10
Tints of Citrus #9ABC10
RGB
CMYK
RGB Variations
Color information
#9ABC10 (or 0x9ABC10) is known color: Citrus. HEX triplet: 9A, BC and 10. RGB value is (154,188,16). Sum of RGB (Red+Green+Blue) = 154+188+16=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC10 is #6543EF. Grayscale: #9E9E9E. Windows color (decimal): -6636528 or 1096858. OLE color: 1096858.
HSL color Cylindrical-coordinate representation of color #9ABC10: hue angle of 71.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ABC10 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 16 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.26 |
| HSL | 71.86º | 0.84% | 0.4% | - |
| HSV(B) | 71.86º | 0.91% | 0.74% | - |
| XYZ | 31.4 | 42.87 | 7.11 | - |
| YUV | 158.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 16 | 0.18 | 0 | 0.91 | 0.26 | 71.86 | 0.84 | 0.4 |
| Hex | 9A | BC | 10 | 12 | 0 | 5B | 1A | 48 | 54 | 28 |
| Octal | 232 | 274 | 20 | 22 | 0 | 133 | 32 | 110 | 124 | 50 |
| Binary | 10011010 | 10111100 | 10000 | 10010 | 0 | 1011011 | 11010 | 1001000 | 1010100 | 101000 |
Color Harmonies of #9ABC10
Complementary color
Monochromatic Colors of #9ABC10
Black with #9ABC10
Text Example
Text Example
White with #9ABC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC10; }
p { color: rgb(154,188,16); }
H1.HeaderClassName
{
color: #9ABC10;
}
.AnyTagClassName
{
color: #9ABC10;
}
</style>
background-color css
<style>
a { background-color: #9ABC10; }
a { background-color: rgb(154,188,16); }
div.DivClassName
{
background-color: #9ABC10;
}
.BgClassName
{
background-color: #9ABC10;
}
</style>
border-color css
<style>
span { border-color: #9ABC10; }
span { border-color: rgb(154,188,16); }
td.TdClassName
{
border-color: #9ABC10;
}
.TagClassName
{
border-color: #9ABC10;
}
</style>