Shades of Citrus #9AB714
Tints of Citrus #9AB714
RGB
CMYK
RGB Variations
Color information
#9AB714 (or 0x9AB714) is known color: Citrus. HEX triplet: 9A, B7 and 14. RGB value is (154,183,20). Sum of RGB (Red+Green+Blue) = 154+183+20=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB714 is #6548EB. Grayscale: #9C9C9C. Windows color (decimal): -6637804 or 1357722. OLE color: 1357722.
HSL color Cylindrical-coordinate representation of color #9AB714: hue angle of 70.67º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AB714 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 20 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.28 |
| HSL | 70.67º | 0.8% | 0.4% | - |
| HSV(B) | 70.67º | 0.89% | 0.72% | - |
| XYZ | 30.39 | 40.79 | 6.93 | - |
| YUV | 155.75 | 51.39 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 20 | 0.16 | 0 | 0.89 | 0.28 | 70.67 | 0.8 | 0.4 |
| Hex | 9A | B7 | 14 | 10 | 0 | 59 | 1C | 47 | 50 | 28 |
| Octal | 232 | 267 | 24 | 20 | 0 | 131 | 34 | 107 | 120 | 50 |
| Binary | 10011010 | 10110111 | 10100 | 10000 | 0 | 1011001 | 11100 | 1000111 | 1010000 | 101000 |
Color Harmonies of #9AB714
Complementary color
Monochromatic Colors of #9AB714
Black with #9AB714
Text Example
Text Example
White with #9AB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB714; }
p { color: rgb(154,183,20); }
H1.HeaderClassName
{
color: #9AB714;
}
.AnyTagClassName
{
color: #9AB714;
}
</style>
background-color css
<style>
a { background-color: #9AB714; }
a { background-color: rgb(154,183,20); }
div.DivClassName
{
background-color: #9AB714;
}
.BgClassName
{
background-color: #9AB714;
}
</style>
border-color css
<style>
span { border-color: #9AB714; }
span { border-color: rgb(154,183,20); }
td.TdClassName
{
border-color: #9AB714;
}
.TagClassName
{
border-color: #9AB714;
}
</style>