Shades of Citrus #95A800
Tints of Citrus #95A800
RGB
CMYK
RGB Variations
Color information
#95A800 (or 0x95A800) is known color: Citrus. HEX triplet: 95, A8 and 00. RGB value is (149,168,0). Sum of RGB (Red+Green+Blue) = 149+168+0=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #95A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A800 is #6A57FF. Grayscale: #8F8F8F. Windows color (decimal): -6969344 or 43157. OLE color: 43157.
HSL color Cylindrical-coordinate representation of color #95A800: hue angle of 66.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95A800 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 168 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.34 |
| HSL | 66.79º | 1% | 0.33% | - |
| HSV(B) | 66.79º | 1% | 0.66% | - |
| XYZ | 26.4 | 34.39 | 5.25 | - |
| YUV | 143.17 | 47.21 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 0 | 0.11 | 0 | 1 | 0.34 | 66.79 | 1 | 0.33 |
| Hex | 95 | A8 | 0 | B | 0 | 64 | 22 | 43 | 64 | 21 |
| Octal | 225 | 250 | 0 | 13 | 0 | 144 | 42 | 103 | 144 | 41 |
| Binary | 10010101 | 10101000 | 0 | 1011 | 0 | 1100100 | 100010 | 1000011 | 1100100 | 100001 |
Color Harmonies of #95A800
Complementary color
Monochromatic Colors of #95A800
Black with #95A800
Text Example
Text Example
White with #95A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A800; }
p { color: rgb(149,168,0); }
H1.HeaderClassName
{
color: #95A800;
}
.AnyTagClassName
{
color: #95A800;
}
</style>
background-color css
<style>
a { background-color: #95A800; }
a { background-color: rgb(149,168,0); }
div.DivClassName
{
background-color: #95A800;
}
.BgClassName
{
background-color: #95A800;
}
</style>
border-color css
<style>
span { border-color: #95A800; }
span { border-color: rgb(149,168,0); }
td.TdClassName
{
border-color: #95A800;
}
.TagClassName
{
border-color: #95A800;
}
</style>