Shades of Citrus #94C209
Tints of Citrus #94C209
RGB
CMYK
RGB Variations
Color information
#94C209 (or 0x94C209) is known color: Citrus. HEX triplet: 94, C2 and 09. RGB value is (148,194,9). Sum of RGB (Red+Green+Blue) = 148+194+9=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #94C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C209 is #6B3DF6. Grayscale: #9F9F9F. Windows color (decimal): -7028215 or 639636. OLE color: 639636.
HSL color Cylindrical-coordinate representation of color #94C209: hue angle of 74.92º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94C209 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 9 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.24 |
| HSL | 74.92º | 0.91% | 0.4% | - |
| HSV(B) | 74.92º | 0.95% | 0.76% | - |
| XYZ | 31.55 | 44.9 | 7.26 | - |
| YUV | 159.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 9 | 0.24 | 0 | 0.95 | 0.24 | 74.92 | 0.91 | 0.4 |
| Hex | 94 | C2 | 9 | 18 | 0 | 5F | 18 | 4B | 5B | 28 |
| Octal | 224 | 302 | 11 | 30 | 0 | 137 | 30 | 113 | 133 | 50 |
| Binary | 10010100 | 11000010 | 1001 | 11000 | 0 | 1011111 | 11000 | 1001011 | 1011011 | 101000 |
Color Harmonies of #94C209
Complementary color
Monochromatic Colors of #94C209
Black with #94C209
Text Example
Text Example
White with #94C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C209; }
p { color: rgb(148,194,9); }
H1.HeaderClassName
{
color: #94C209;
}
.AnyTagClassName
{
color: #94C209;
}
</style>
background-color css
<style>
a { background-color: #94C209; }
a { background-color: rgb(148,194,9); }
div.DivClassName
{
background-color: #94C209;
}
.BgClassName
{
background-color: #94C209;
}
</style>
border-color css
<style>
span { border-color: #94C209; }
span { border-color: rgb(148,194,9); }
td.TdClassName
{
border-color: #94C209;
}
.TagClassName
{
border-color: #94C209;
}
</style>