Shades of Citrus #9DBF12
Tints of Citrus #9DBF12
RGB
CMYK
RGB Variations
Color information
#9DBF12 (or 0x9DBF12) is known color: Citrus. HEX triplet: 9D, BF and 12. RGB value is (157,191,18). Sum of RGB (Red+Green+Blue) = 157+191+18=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF12 is #6240ED. Grayscale: #A1A1A1. Windows color (decimal): -6439150 or 1228701. OLE color: 1228701.
HSL color Cylindrical-coordinate representation of color #9DBF12: hue angle of 71.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DBF12 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 18 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.25 |
| HSL | 71.79º | 0.83% | 0.41% | - |
| HSV(B) | 71.79º | 0.91% | 0.75% | - |
| XYZ | 32.64 | 44.47 | 7.44 | - |
| YUV | 161.11 | 47.24 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 18 | 0.18 | 0 | 0.91 | 0.25 | 71.79 | 0.83 | 0.41 |
| Hex | 9D | BF | 12 | 12 | 0 | 5B | 19 | 48 | 53 | 29 |
| Octal | 235 | 277 | 22 | 22 | 0 | 133 | 31 | 110 | 123 | 51 |
| Binary | 10011101 | 10111111 | 10010 | 10010 | 0 | 1011011 | 11001 | 1001000 | 1010011 | 101001 |
Color Harmonies of #9DBF12
Complementary color
Monochromatic Colors of #9DBF12
Black with #9DBF12
Text Example
Text Example
White with #9DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF12; }
p { color: rgb(157,191,18); }
H1.HeaderClassName
{
color: #9DBF12;
}
.AnyTagClassName
{
color: #9DBF12;
}
</style>
background-color css
<style>
a { background-color: #9DBF12; }
a { background-color: rgb(157,191,18); }
div.DivClassName
{
background-color: #9DBF12;
}
.BgClassName
{
background-color: #9DBF12;
}
</style>
border-color css
<style>
span { border-color: #9DBF12; }
span { border-color: rgb(157,191,18); }
td.TdClassName
{
border-color: #9DBF12;
}
.TagClassName
{
border-color: #9DBF12;
}
</style>