Shades of Citrus #90AF03
Tints of Citrus #90AF03
RGB
CMYK
RGB Variations
Color information
#90AF03 (or 0x90AF03) is known color: Citrus. HEX triplet: 90, AF and 03. RGB value is (144,175,3). Sum of RGB (Red+Green+Blue) = 144+175+3=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF03 is #6F50FC. Grayscale: #929292. Windows color (decimal): -7295229 or 241552. OLE color: 241552.
HSL color Cylindrical-coordinate representation of color #90AF03: hue angle of 70.81º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90AF03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.31 |
| HSL | 70.81º | 0.97% | 0.35% | - |
| HSV(B) | 70.81º | 0.98% | 0.69% | - |
| XYZ | 26.85 | 36.6 | 5.73 | - |
| YUV | 146.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 3 | 0.18 | 0 | 0.98 | 0.31 | 70.81 | 0.97 | 0.35 |
| Hex | 90 | AF | 3 | 12 | 0 | 62 | 1F | 47 | 61 | 23 |
| Octal | 220 | 257 | 3 | 22 | 0 | 142 | 37 | 107 | 141 | 43 |
| Binary | 10010000 | 10101111 | 11 | 10010 | 0 | 1100010 | 11111 | 1000111 | 1100001 | 100011 |
Color Harmonies of #90AF03
Complementary color
Monochromatic Colors of #90AF03
Black with #90AF03
Text Example
Text Example
White with #90AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF03; }
p { color: rgb(144,175,3); }
H1.HeaderClassName
{
color: #90AF03;
}
.AnyTagClassName
{
color: #90AF03;
}
</style>
background-color css
<style>
a { background-color: #90AF03; }
a { background-color: rgb(144,175,3); }
div.DivClassName
{
background-color: #90AF03;
}
.BgClassName
{
background-color: #90AF03;
}
</style>
border-color css
<style>
span { border-color: #90AF03; }
span { border-color: rgb(144,175,3); }
td.TdClassName
{
border-color: #90AF03;
}
.TagClassName
{
border-color: #90AF03;
}
</style>