Shades of Citrus #90A700
Tints of Citrus #90A700
RGB
CMYK
RGB Variations
Color information
#90A700 (or 0x90A700) is known color: Citrus. HEX triplet: 90, A7 and 00. RGB value is (144,167,0). Sum of RGB (Red+Green+Blue) = 144+167+0=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #90A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A700 is #6F58FF. Grayscale: #8D8D8D. Windows color (decimal): -7297280 or 42896. OLE color: 42896.
HSL color Cylindrical-coordinate representation of color #90A700: hue angle of 68.26º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90A700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.35 |
| HSL | 68.26º | 1% | 0.33% | - |
| HSV(B) | 68.26º | 1% | 0.65% | - |
| XYZ | 25.32 | 33.57 | 5.14 | - |
| YUV | 141.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 0 | 0.14 | 0 | 1 | 0.35 | 68.26 | 1 | 0.33 |
| Hex | 90 | A7 | 0 | E | 0 | 64 | 23 | 44 | 64 | 21 |
| Octal | 220 | 247 | 0 | 16 | 0 | 144 | 43 | 104 | 144 | 41 |
| Binary | 10010000 | 10100111 | 0 | 1110 | 0 | 1100100 | 100011 | 1000100 | 1100100 | 100001 |
Color Harmonies of #90A700
Complementary color
Monochromatic Colors of #90A700
Black with #90A700
Text Example
Text Example
White with #90A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A700; }
p { color: rgb(144,167,0); }
H1.HeaderClassName
{
color: #90A700;
}
.AnyTagClassName
{
color: #90A700;
}
</style>
background-color css
<style>
a { background-color: #90A700; }
a { background-color: rgb(144,167,0); }
div.DivClassName
{
background-color: #90A700;
}
.BgClassName
{
background-color: #90A700;
}
</style>
border-color css
<style>
span { border-color: #90A700; }
span { border-color: rgb(144,167,0); }
td.TdClassName
{
border-color: #90A700;
}
.TagClassName
{
border-color: #90A700;
}
</style>