Shades of Citrus #90AF12
Tints of Citrus #90AF12
RGB
CMYK
RGB Variations
Color information
#90AF12 (or 0x90AF12) is known color: Citrus. HEX triplet: 90, AF and 12. RGB value is (144,175,18). Sum of RGB (Red+Green+Blue) = 144+175+18=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF12 is #6F50ED. Grayscale: #949494. Windows color (decimal): -7295214 or 1224592. OLE color: 1224592.
HSL color Cylindrical-coordinate representation of color #90AF12: hue angle of 71.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90AF12 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 18 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.31 |
| HSL | 71.85º | 0.81% | 0.38% | - |
| HSV(B) | 71.85º | 0.9% | 0.69% | - |
| XYZ | 26.94 | 36.63 | 6.22 | - |
| YUV | 147.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 18 | 0.18 | 0 | 0.90 | 0.31 | 71.85 | 0.81 | 0.38 |
| Hex | 90 | AF | 12 | 12 | 0 | 5A | 1F | 48 | 51 | 26 |
| Octal | 220 | 257 | 22 | 22 | 0 | 132 | 37 | 110 | 121 | 46 |
| Binary | 10010000 | 10101111 | 10010 | 10010 | 0 | 1011010 | 11111 | 1001000 | 1010001 | 100110 |
Color Harmonies of #90AF12
Complementary color
Monochromatic Colors of #90AF12
Black with #90AF12
Text Example
Text Example
White with #90AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF12; }
p { color: rgb(144,175,18); }
H1.HeaderClassName
{
color: #90AF12;
}
.AnyTagClassName
{
color: #90AF12;
}
</style>
background-color css
<style>
a { background-color: #90AF12; }
a { background-color: rgb(144,175,18); }
div.DivClassName
{
background-color: #90AF12;
}
.BgClassName
{
background-color: #90AF12;
}
</style>
border-color css
<style>
span { border-color: #90AF12; }
span { border-color: rgb(144,175,18); }
td.TdClassName
{
border-color: #90AF12;
}
.TagClassName
{
border-color: #90AF12;
}
</style>