Shades of Citron #949F10
Tints of Citron #949F10
RGB
CMYK
RGB Variations
Color information
#949F10 (or 0x949F10) is known color: Citron. HEX triplet: 94, 9F and 10. RGB value is (148,159,16). Sum of RGB (Red+Green+Blue) = 148+159+16=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #949F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F10 is #6B60EF. Grayscale: #8B8B8B. Windows color (decimal): -7037168 or 1089428. OLE color: 1089428.
HSL color Cylindrical-coordinate representation of color #949F10: hue angle of 64.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #949F10 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 16 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.38 |
| HSL | 64.62º | 0.82% | 0.34% | - |
| HSV(B) | 64.62º | 0.9% | 0.62% | - |
| XYZ | 24.7 | 31.13 | 5.2 | - |
| YUV | 139.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 16 | 0.07 | 0 | 0.90 | 0.38 | 64.62 | 0.82 | 0.34 |
| Hex | 94 | 9F | 10 | 7 | 0 | 5A | 26 | 41 | 52 | 22 |
| Octal | 224 | 237 | 20 | 7 | 0 | 132 | 46 | 101 | 122 | 42 |
| Binary | 10010100 | 10011111 | 10000 | 111 | 0 | 1011010 | 100110 | 1000001 | 1010010 | 100010 |
Color Harmonies of #949F10
Complementary color
Monochromatic Colors of #949F10
Black with #949F10
Text Example
Text Example
White with #949F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F10; }
p { color: rgb(148,159,16); }
H1.HeaderClassName
{
color: #949F10;
}
.AnyTagClassName
{
color: #949F10;
}
</style>
background-color css
<style>
a { background-color: #949F10; }
a { background-color: rgb(148,159,16); }
div.DivClassName
{
background-color: #949F10;
}
.BgClassName
{
background-color: #949F10;
}
</style>
border-color css
<style>
span { border-color: #949F10; }
span { border-color: rgb(148,159,16); }
td.TdClassName
{
border-color: #949F10;
}
.TagClassName
{
border-color: #949F10;
}
</style>