Shades of Citrus #8AAD0C
Tints of Citrus #8AAD0C
RGB
CMYK
RGB Variations
Color information
#8AAD0C (or 0x8AAD0C) is known color: Citrus. HEX triplet: 8A, AD and 0C. RGB value is (138,173,12). Sum of RGB (Red+Green+Blue) = 138+173+12=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAD0C is #7552F3. Grayscale: #909090. Windows color (decimal): -7688948 or 830858. OLE color: 830858.
HSL color Cylindrical-coordinate representation of color #8AAD0C: hue angle of 73.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AAD0C is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 12 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.32 |
| HSL | 73.04º | 0.87% | 0.36% | - |
| HSV(B) | 73.04º | 0.93% | 0.68% | - |
| XYZ | 25.49 | 35.32 | 5.82 | - |
| YUV | 144.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 12 | 0.20 | 0 | 0.93 | 0.32 | 73.04 | 0.87 | 0.36 |
| Hex | 8A | AD | C | 14 | 0 | 5D | 20 | 49 | 57 | 24 |
| Octal | 212 | 255 | 14 | 24 | 0 | 135 | 40 | 111 | 127 | 44 |
| Binary | 10001010 | 10101101 | 1100 | 10100 | 0 | 1011101 | 100000 | 1001001 | 1010111 | 100100 |
Color Harmonies of #8AAD0C
Complementary color
Monochromatic Colors of #8AAD0C
Black with #8AAD0C
Text Example
Text Example
White with #8AAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD0C; }
p { color: rgb(138,173,12); }
H1.HeaderClassName
{
color: #8AAD0C;
}
.AnyTagClassName
{
color: #8AAD0C;
}
</style>
background-color css
<style>
a { background-color: #8AAD0C; }
a { background-color: rgb(138,173,12); }
div.DivClassName
{
background-color: #8AAD0C;
}
.BgClassName
{
background-color: #8AAD0C;
}
</style>
border-color css
<style>
span { border-color: #8AAD0C; }
span { border-color: rgb(138,173,12); }
td.TdClassName
{
border-color: #8AAD0C;
}
.TagClassName
{
border-color: #8AAD0C;
}
</style>