Shades of Citrus #95A901
Tints of Citrus #95A901
RGB
CMYK
RGB Variations
Color information
#95A901 (or 0x95A901) is known color: Citrus. HEX triplet: 95, A9 and 01. RGB value is (149,169,1). Sum of RGB (Red+Green+Blue) = 149+169+1=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #95A901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A901 is #6A56FE. Grayscale: #909090. Windows color (decimal): -6969087 or 108949. OLE color: 108949.
HSL color Cylindrical-coordinate representation of color #95A901: hue angle of 67.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95A901 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 169 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.34 |
| HSL | 67.14º | 0.99% | 0.33% | - |
| HSV(B) | 67.14º | 0.99% | 0.66% | - |
| XYZ | 26.59 | 34.77 | 5.34 | - |
| YUV | 143.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 1 | 0.12 | 0 | 0.99 | 0.34 | 67.14 | 0.99 | 0.33 |
| Hex | 95 | A9 | 1 | C | 0 | 63 | 22 | 43 | 63 | 21 |
| Octal | 225 | 251 | 1 | 14 | 0 | 143 | 42 | 103 | 143 | 41 |
| Binary | 10010101 | 10101001 | 1 | 1100 | 0 | 1100011 | 100010 | 1000011 | 1100011 | 100001 |
Color Harmonies of #95A901
Complementary color
Monochromatic Colors of #95A901
Black with #95A901
Text Example
Text Example
White with #95A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A901; }
p { color: rgb(149,169,1); }
H1.HeaderClassName
{
color: #95A901;
}
.AnyTagClassName
{
color: #95A901;
}
</style>
background-color css
<style>
a { background-color: #95A901; }
a { background-color: rgb(149,169,1); }
div.DivClassName
{
background-color: #95A901;
}
.BgClassName
{
background-color: #95A901;
}
</style>
border-color css
<style>
span { border-color: #95A901; }
span { border-color: rgb(149,169,1); }
td.TdClassName
{
border-color: #95A901;
}
.TagClassName
{
border-color: #95A901;
}
</style>