Shades of Citrus #95A40C
Tints of Citrus #95A40C
RGB
CMYK
RGB Variations
Color information
#95A40C (or 0x95A40C) is known color: Citrus. HEX triplet: 95, A4 and 0C. RGB value is (149,164,12). Sum of RGB (Red+Green+Blue) = 149+164+12=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #95A40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A40C is #6A5BF3. Grayscale: #8E8E8E. Windows color (decimal): -6970356 or 828565. OLE color: 828565.
HSL color Cylindrical-coordinate representation of color #95A40C: hue angle of 65.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95A40C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 164 | 12 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.36 |
| HSL | 65.92º | 0.86% | 0.35% | - |
| HSV(B) | 65.92º | 0.93% | 0.64% | - |
| XYZ | 25.74 | 32.97 | 5.35 | - |
| YUV | 142.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 12 | 0.09 | 0 | 0.93 | 0.36 | 65.92 | 0.86 | 0.35 |
| Hex | 95 | A4 | C | 9 | 0 | 5D | 24 | 42 | 56 | 23 |
| Octal | 225 | 244 | 14 | 11 | 0 | 135 | 44 | 102 | 126 | 43 |
| Binary | 10010101 | 10100100 | 1100 | 1001 | 0 | 1011101 | 100100 | 1000010 | 1010110 | 100011 |
Color Harmonies of #95A40C
Complementary color
Monochromatic Colors of #95A40C
Black with #95A40C
Text Example
Text Example
White with #95A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A40C; }
p { color: rgb(149,164,12); }
H1.HeaderClassName
{
color: #95A40C;
}
.AnyTagClassName
{
color: #95A40C;
}
</style>
background-color css
<style>
a { background-color: #95A40C; }
a { background-color: rgb(149,164,12); }
div.DivClassName
{
background-color: #95A40C;
}
.BgClassName
{
background-color: #95A40C;
}
</style>
border-color css
<style>
span { border-color: #95A40C; }
span { border-color: rgb(149,164,12); }
td.TdClassName
{
border-color: #95A40C;
}
.TagClassName
{
border-color: #95A40C;
}
</style>