Shades of Citrus #95AA00
Tints of Citrus #95AA00
RGB
CMYK
RGB Variations
Color information
#95AA00 (or 0x95AA00) is known color: Citrus. HEX triplet: 95, AA and 00. RGB value is (149,170,0). Sum of RGB (Red+Green+Blue) = 149+170+0=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AA00 is #6A55FF. Grayscale: #919191. Windows color (decimal): -6968832 or 43669. OLE color: 43669.
HSL color Cylindrical-coordinate representation of color #95AA00: hue angle of 67.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95AA00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.33 |
| HSL | 67.41º | 1% | 0.33% | - |
| HSV(B) | 67.41º | 1% | 0.67% | - |
| XYZ | 26.77 | 35.14 | 5.37 | - |
| YUV | 144.34 | 46.54 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 0 | 0.12 | 0 | 1 | 0.33 | 67.41 | 1 | 0.33 |
| Hex | 95 | AA | 0 | C | 0 | 64 | 21 | 43 | 64 | 21 |
| Octal | 225 | 252 | 0 | 14 | 0 | 144 | 41 | 103 | 144 | 41 |
| Binary | 10010101 | 10101010 | 0 | 1100 | 0 | 1100100 | 100001 | 1000011 | 1100100 | 100001 |
Color Harmonies of #95AA00
Complementary color
Monochromatic Colors of #95AA00
Black with #95AA00
Text Example
Text Example
White with #95AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA00; }
p { color: rgb(149,170,0); }
H1.HeaderClassName
{
color: #95AA00;
}
.AnyTagClassName
{
color: #95AA00;
}
</style>
background-color css
<style>
a { background-color: #95AA00; }
a { background-color: rgb(149,170,0); }
div.DivClassName
{
background-color: #95AA00;
}
.BgClassName
{
background-color: #95AA00;
}
</style>
border-color css
<style>
span { border-color: #95AA00; }
span { border-color: rgb(149,170,0); }
td.TdClassName
{
border-color: #95AA00;
}
.TagClassName
{
border-color: #95AA00;
}
</style>