Shades of Citrus #90AF05
Tints of Citrus #90AF05
RGB
CMYK
RGB Variations
Color information
#90AF05 (or 0x90AF05) is known color: Citrus. HEX triplet: 90, AF and 05. RGB value is (144,175,5). Sum of RGB (Red+Green+Blue) = 144+175+5=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF05 is #6F50FA. Grayscale: #939393. Windows color (decimal): -7295227 or 372624. OLE color: 372624.
HSL color Cylindrical-coordinate representation of color #90AF05: hue angle of 70.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90AF05 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.31 |
| HSL | 70.94º | 0.94% | 0.35% | - |
| HSV(B) | 70.94º | 0.97% | 0.69% | - |
| XYZ | 26.86 | 36.6 | 5.79 | - |
| YUV | 146.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 5 | 0.18 | 0 | 0.97 | 0.31 | 70.94 | 0.94 | 0.35 |
| Hex | 90 | AF | 5 | 12 | 0 | 61 | 1F | 47 | 5E | 23 |
| Octal | 220 | 257 | 5 | 22 | 0 | 141 | 37 | 107 | 136 | 43 |
| Binary | 10010000 | 10101111 | 101 | 10010 | 0 | 1100001 | 11111 | 1000111 | 1011110 | 100011 |
Color Harmonies of #90AF05
Complementary color
Monochromatic Colors of #90AF05
Black with #90AF05
Text Example
Text Example
White with #90AF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF05; }
p { color: rgb(144,175,5); }
H1.HeaderClassName
{
color: #90AF05;
}
.AnyTagClassName
{
color: #90AF05;
}
</style>
background-color css
<style>
a { background-color: #90AF05; }
a { background-color: rgb(144,175,5); }
div.DivClassName
{
background-color: #90AF05;
}
.BgClassName
{
background-color: #90AF05;
}
</style>
border-color css
<style>
span { border-color: #90AF05; }
span { border-color: rgb(144,175,5); }
td.TdClassName
{
border-color: #90AF05;
}
.TagClassName
{
border-color: #90AF05;
}
</style>