Shades of Citrus #90A502
Tints of Citrus #90A502
RGB
CMYK
RGB Variations
Color information
#90A502 (or 0x90A502) is known color: Citrus. HEX triplet: 90, A5 and 02. RGB value is (144,165,2). Sum of RGB (Red+Green+Blue) = 144+165+2=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #90A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A502 is #6F5AFD. Grayscale: #8C8C8C. Windows color (decimal): -7297790 or 173456. OLE color: 173456.
HSL color Cylindrical-coordinate representation of color #90A502: hue angle of 67.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90A502 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 165 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.35 |
| HSL | 67.73º | 0.98% | 0.33% | - |
| HSV(B) | 67.73º | 0.99% | 0.65% | - |
| XYZ | 24.97 | 32.84 | 5.08 | - |
| YUV | 140.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 2 | 0.13 | 0 | 0.99 | 0.35 | 67.73 | 0.98 | 0.33 |
| Hex | 90 | A5 | 2 | D | 0 | 63 | 23 | 44 | 62 | 21 |
| Octal | 220 | 245 | 2 | 15 | 0 | 143 | 43 | 104 | 142 | 41 |
| Binary | 10010000 | 10100101 | 10 | 1101 | 0 | 1100011 | 100011 | 1000100 | 1100010 | 100001 |
Color Harmonies of #90A502
Complementary color
Monochromatic Colors of #90A502
Black with #90A502
Text Example
Text Example
White with #90A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A502; }
p { color: rgb(144,165,2); }
H1.HeaderClassName
{
color: #90A502;
}
.AnyTagClassName
{
color: #90A502;
}
</style>
background-color css
<style>
a { background-color: #90A502; }
a { background-color: rgb(144,165,2); }
div.DivClassName
{
background-color: #90A502;
}
.BgClassName
{
background-color: #90A502;
}
</style>
border-color css
<style>
span { border-color: #90A502; }
span { border-color: rgb(144,165,2); }
td.TdClassName
{
border-color: #90A502;
}
.TagClassName
{
border-color: #90A502;
}
</style>