Shades of Citrus #90A902
Tints of Citrus #90A902
RGB
CMYK
RGB Variations
Color information
#90A902 (or 0x90A902) is known color: Citrus. HEX triplet: 90, A9 and 02. RGB value is (144,169,2). Sum of RGB (Red+Green+Blue) = 144+169+2=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #90A902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A902 is #6F56FD. Grayscale: #8F8F8F. Windows color (decimal): -7296766 or 174480. OLE color: 174480.
HSL color Cylindrical-coordinate representation of color #90A902: hue angle of 68.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90A902 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.34 |
| HSL | 68.98º | 0.98% | 0.34% | - |
| HSV(B) | 68.98º | 0.99% | 0.66% | - |
| XYZ | 25.7 | 34.31 | 5.33 | - |
| YUV | 142.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 2 | 0.15 | 0 | 0.99 | 0.34 | 68.98 | 0.98 | 0.34 |
| Hex | 90 | A9 | 2 | F | 0 | 63 | 22 | 45 | 62 | 22 |
| Octal | 220 | 251 | 2 | 17 | 0 | 143 | 42 | 105 | 142 | 42 |
| Binary | 10010000 | 10101001 | 10 | 1111 | 0 | 1100011 | 100010 | 1000101 | 1100010 | 100010 |
Color Harmonies of #90A902
Complementary color
Monochromatic Colors of #90A902
Black with #90A902
Text Example
Text Example
White with #90A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A902; }
p { color: rgb(144,169,2); }
H1.HeaderClassName
{
color: #90A902;
}
.AnyTagClassName
{
color: #90A902;
}
</style>
background-color css
<style>
a { background-color: #90A902; }
a { background-color: rgb(144,169,2); }
div.DivClassName
{
background-color: #90A902;
}
.BgClassName
{
background-color: #90A902;
}
</style>
border-color css
<style>
span { border-color: #90A902; }
span { border-color: rgb(144,169,2); }
td.TdClassName
{
border-color: #90A902;
}
.TagClassName
{
border-color: #90A902;
}
</style>