Shades of Citrus #8AA903
Tints of Citrus #8AA903
RGB
CMYK
RGB Variations
Color information
#8AA903 (or 0x8AA903) is known color: Citrus. HEX triplet: 8A, A9 and 03. RGB value is (138,169,3). Sum of RGB (Red+Green+Blue) = 138+169+3=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA903 is #7556FC. Grayscale: #8D8D8D. Windows color (decimal): -7689981 or 240010. OLE color: 240010.
HSL color Cylindrical-coordinate representation of color #8AA903: hue angle of 71.2º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AA903 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.34 |
| HSL | 71.2º | 0.97% | 0.34% | - |
| HSV(B) | 71.2º | 0.98% | 0.66% | - |
| XYZ | 24.69 | 33.79 | 5.31 | - |
| YUV | 140.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 3 | 0.18 | 0 | 0.98 | 0.34 | 71.2 | 0.97 | 0.34 |
| Hex | 8A | A9 | 3 | 12 | 0 | 62 | 22 | 47 | 61 | 22 |
| Octal | 212 | 251 | 3 | 22 | 0 | 142 | 42 | 107 | 141 | 42 |
| Binary | 10001010 | 10101001 | 11 | 10010 | 0 | 1100010 | 100010 | 1000111 | 1100001 | 100010 |
Color Harmonies of #8AA903
Complementary color
Monochromatic Colors of #8AA903
Black with #8AA903
Text Example
Text Example
White with #8AA903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA903; }
p { color: rgb(138,169,3); }
H1.HeaderClassName
{
color: #8AA903;
}
.AnyTagClassName
{
color: #8AA903;
}
</style>
background-color css
<style>
a { background-color: #8AA903; }
a { background-color: rgb(138,169,3); }
div.DivClassName
{
background-color: #8AA903;
}
.BgClassName
{
background-color: #8AA903;
}
</style>
border-color css
<style>
span { border-color: #8AA903; }
span { border-color: rgb(138,169,3); }
td.TdClassName
{
border-color: #8AA903;
}
.TagClassName
{
border-color: #8AA903;
}
</style>