Shades of Citrus #94AD03
Tints of Citrus #94AD03
RGB
CMYK
RGB Variations
Color information
#94AD03 (or 0x94AD03) is known color: Citrus. HEX triplet: 94, AD and 03. RGB value is (148,173,3). Sum of RGB (Red+Green+Blue) = 148+173+3=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AD03 is #6B52FC. Grayscale: #929292. Windows color (decimal): -7033597 or 241044. OLE color: 241044.
HSL color Cylindrical-coordinate representation of color #94AD03: hue angle of 68.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94AD03 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.32 |
| HSL | 68.82º | 0.97% | 0.35% | - |
| HSV(B) | 68.82º | 0.98% | 0.68% | - |
| XYZ | 27.17 | 36.19 | 5.64 | - |
| YUV | 146.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 3 | 0.14 | 0 | 0.98 | 0.32 | 68.82 | 0.97 | 0.35 |
| Hex | 94 | AD | 3 | E | 0 | 62 | 20 | 45 | 61 | 23 |
| Octal | 224 | 255 | 3 | 16 | 0 | 142 | 40 | 105 | 141 | 43 |
| Binary | 10010100 | 10101101 | 11 | 1110 | 0 | 1100010 | 100000 | 1000101 | 1100001 | 100011 |
Color Harmonies of #94AD03
Complementary color
Monochromatic Colors of #94AD03
Black with #94AD03
Text Example
Text Example
White with #94AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD03; }
p { color: rgb(148,173,3); }
H1.HeaderClassName
{
color: #94AD03;
}
.AnyTagClassName
{
color: #94AD03;
}
</style>
background-color css
<style>
a { background-color: #94AD03; }
a { background-color: rgb(148,173,3); }
div.DivClassName
{
background-color: #94AD03;
}
.BgClassName
{
background-color: #94AD03;
}
</style>
border-color css
<style>
span { border-color: #94AD03; }
span { border-color: rgb(148,173,3); }
td.TdClassName
{
border-color: #94AD03;
}
.TagClassName
{
border-color: #94AD03;
}
</style>