Shades of Citrus #9DBF0A
Tints of Citrus #9DBF0A
RGB
CMYK
RGB Variations
Color information
#9DBF0A (or 0x9DBF0A) is known color: Citrus. HEX triplet: 9D, BF and 0A. RGB value is (157,191,10). Sum of RGB (Red+Green+Blue) = 157+191+10=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF0A is #6240F5. Grayscale: #A0A0A0. Windows color (decimal): -6439158 or 704413. OLE color: 704413.
HSL color Cylindrical-coordinate representation of color #9DBF0A: hue angle of 71.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DBF0A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.25 |
| HSL | 71.27º | 0.9% | 0.39% | - |
| HSV(B) | 71.27º | 0.95% | 0.75% | - |
| XYZ | 32.59 | 44.45 | 7.15 | - |
| YUV | 160.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 10 | 0.18 | 0 | 0.95 | 0.25 | 71.27 | 0.9 | 0.39 |
| Hex | 9D | BF | A | 12 | 0 | 5F | 19 | 47 | 5A | 27 |
| Octal | 235 | 277 | 12 | 22 | 0 | 137 | 31 | 107 | 132 | 47 |
| Binary | 10011101 | 10111111 | 1010 | 10010 | 0 | 1011111 | 11001 | 1000111 | 1011010 | 100111 |
Color Harmonies of #9DBF0A
Complementary color
Monochromatic Colors of #9DBF0A
Black with #9DBF0A
Text Example
Text Example
White with #9DBF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF0A; }
p { color: rgb(157,191,10); }
H1.HeaderClassName
{
color: #9DBF0A;
}
.AnyTagClassName
{
color: #9DBF0A;
}
</style>
background-color css
<style>
a { background-color: #9DBF0A; }
a { background-color: rgb(157,191,10); }
div.DivClassName
{
background-color: #9DBF0A;
}
.BgClassName
{
background-color: #9DBF0A;
}
</style>
border-color css
<style>
span { border-color: #9DBF0A; }
span { border-color: rgb(157,191,10); }
td.TdClassName
{
border-color: #9DBF0A;
}
.TagClassName
{
border-color: #9DBF0A;
}
</style>