Shades of Citron #949E0F
Tints of Citron #949E0F
RGB
CMYK
RGB Variations
Color information
#949E0F (or 0x949E0F) is known color: Citron. HEX triplet: 94, 9E and 0F. RGB value is (148,158,15). Sum of RGB (Red+Green+Blue) = 148+158+15=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #949E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E0F is #6B61F0. Grayscale: #8B8B8B. Windows color (decimal): -7037425 or 1023636. OLE color: 1023636.
HSL color Cylindrical-coordinate representation of color #949E0F: hue angle of 64.2º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #949E0F is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 15 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.38 |
| HSL | 64.2º | 0.83% | 0.34% | - |
| HSV(B) | 64.2º | 0.91% | 0.62% | - |
| XYZ | 24.53 | 30.78 | 5.1 | - |
| YUV | 138.71 | 58.19 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 15 | 0.06 | 0 | 0.91 | 0.38 | 64.2 | 0.83 | 0.34 |
| Hex | 94 | 9E | F | 6 | 0 | 5B | 26 | 40 | 53 | 22 |
| Octal | 224 | 236 | 17 | 6 | 0 | 133 | 46 | 100 | 123 | 42 |
| Binary | 10010100 | 10011110 | 1111 | 110 | 0 | 1011011 | 100110 | 1000000 | 1010011 | 100010 |
Color Harmonies of #949E0F
Complementary color
Monochromatic Colors of #949E0F
Black with #949E0F
Text Example
Text Example
White with #949E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E0F; }
p { color: rgb(148,158,15); }
H1.HeaderClassName
{
color: #949E0F;
}
.AnyTagClassName
{
color: #949E0F;
}
</style>
background-color css
<style>
a { background-color: #949E0F; }
a { background-color: rgb(148,158,15); }
div.DivClassName
{
background-color: #949E0F;
}
.BgClassName
{
background-color: #949E0F;
}
</style>
border-color css
<style>
span { border-color: #949E0F; }
span { border-color: rgb(148,158,15); }
td.TdClassName
{
border-color: #949E0F;
}
.TagClassName
{
border-color: #949E0F;
}
</style>