Shades of Citrus #98AA14
Tints of Citrus #98AA14
RGB
CMYK
RGB Variations
Color information
#98AA14 (or 0x98AA14) is known color: Citrus. HEX triplet: 98, AA and 14. RGB value is (152,170,20). Sum of RGB (Red+Green+Blue) = 152+170+20=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AA14 is #6755EB. Grayscale: #949494. Windows color (decimal): -6772204 or 1354392. OLE color: 1354392.
HSL color Cylindrical-coordinate representation of color #98AA14: hue angle of 67.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98AA14 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 20 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.33 |
| HSL | 67.2º | 0.79% | 0.37% | - |
| HSV(B) | 67.2º | 0.88% | 0.67% | - |
| XYZ | 27.45 | 35.48 | 6.06 | - |
| YUV | 147.52 | 56.04 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 20 | 0.11 | 0 | 0.88 | 0.33 | 67.2 | 0.79 | 0.37 |
| Hex | 98 | AA | 14 | B | 0 | 58 | 21 | 43 | 4F | 25 |
| Octal | 230 | 252 | 24 | 13 | 0 | 130 | 41 | 103 | 117 | 45 |
| Binary | 10011000 | 10101010 | 10100 | 1011 | 0 | 1011000 | 100001 | 1000011 | 1001111 | 100101 |
Color Harmonies of #98AA14
Complementary color
Monochromatic Colors of #98AA14
Black with #98AA14
Text Example
Text Example
White with #98AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA14; }
p { color: rgb(152,170,20); }
H1.HeaderClassName
{
color: #98AA14;
}
.AnyTagClassName
{
color: #98AA14;
}
</style>
background-color css
<style>
a { background-color: #98AA14; }
a { background-color: rgb(152,170,20); }
div.DivClassName
{
background-color: #98AA14;
}
.BgClassName
{
background-color: #98AA14;
}
</style>
border-color css
<style>
span { border-color: #98AA14; }
span { border-color: rgb(152,170,20); }
td.TdClassName
{
border-color: #98AA14;
}
.TagClassName
{
border-color: #98AA14;
}
</style>