Shades of Citrus #95AB10
Tints of Citrus #95AB10
RGB
CMYK
RGB Variations
Color information
#95AB10 (or 0x95AB10) is known color: Citrus. HEX triplet: 95, AB and 10. RGB value is (149,171,16). Sum of RGB (Red+Green+Blue) = 149+171+16=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AB10 is #6A54EF. Grayscale: #939393. Windows color (decimal): -6968560 or 1092501. OLE color: 1092501.
HSL color Cylindrical-coordinate representation of color #95AB10: hue angle of 68.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95AB10 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 171 | 16 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.33 |
| HSL | 68.52º | 0.83% | 0.37% | - |
| HSV(B) | 68.52º | 0.91% | 0.67% | - |
| XYZ | 27.05 | 35.55 | 5.93 | - |
| YUV | 146.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 171 | 16 | 0.13 | 0 | 0.91 | 0.33 | 68.52 | 0.83 | 0.37 |
| Hex | 95 | AB | 10 | D | 0 | 5B | 21 | 45 | 53 | 25 |
| Octal | 225 | 253 | 20 | 15 | 0 | 133 | 41 | 105 | 123 | 45 |
| Binary | 10010101 | 10101011 | 10000 | 1101 | 0 | 1011011 | 100001 | 1000101 | 1010011 | 100101 |
Color Harmonies of #95AB10
Complementary color
Monochromatic Colors of #95AB10
Black with #95AB10
Text Example
Text Example
White with #95AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AB10; }
p { color: rgb(149,171,16); }
H1.HeaderClassName
{
color: #95AB10;
}
.AnyTagClassName
{
color: #95AB10;
}
</style>
background-color css
<style>
a { background-color: #95AB10; }
a { background-color: rgb(149,171,16); }
div.DivClassName
{
background-color: #95AB10;
}
.BgClassName
{
background-color: #95AB10;
}
</style>
border-color css
<style>
span { border-color: #95AB10; }
span { border-color: rgb(149,171,16); }
td.TdClassName
{
border-color: #95AB10;
}
.TagClassName
{
border-color: #95AB10;
}
</style>