Shades of Citron #8A9F06
Tints of Citron #8A9F06
RGB
CMYK
RGB Variations
Color information
#8A9F06 (or 0x8A9F06) is known color: Citron. HEX triplet: 8A, 9F and 06. RGB value is (138,159,6). Sum of RGB (Red+Green+Blue) = 138+159+6=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9F06 is #7560F9. Grayscale: #878787. Windows color (decimal): -7692538 or 434058. OLE color: 434058.
HSL color Cylindrical-coordinate representation of color #8A9F06: hue angle of 68.24º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A9F06 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 6 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.38 |
| HSL | 68.24º | 0.93% | 0.32% | - |
| HSV(B) | 68.24º | 0.96% | 0.62% | - |
| XYZ | 22.91 | 30.21 | 4.8 | - |
| YUV | 135.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 6 | 0.13 | 0 | 0.96 | 0.38 | 68.24 | 0.93 | 0.32 |
| Hex | 8A | 9F | 6 | D | 0 | 60 | 26 | 44 | 5D | 20 |
| Octal | 212 | 237 | 6 | 15 | 0 | 140 | 46 | 104 | 135 | 40 |
| Binary | 10001010 | 10011111 | 110 | 1101 | 0 | 1100000 | 100110 | 1000100 | 1011101 | 100000 |
Color Harmonies of #8A9F06
Complementary color
Monochromatic Colors of #8A9F06
Black with #8A9F06
Text Example
Text Example
White with #8A9F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F06; }
p { color: rgb(138,159,6); }
H1.HeaderClassName
{
color: #8A9F06;
}
.AnyTagClassName
{
color: #8A9F06;
}
</style>
background-color css
<style>
a { background-color: #8A9F06; }
a { background-color: rgb(138,159,6); }
div.DivClassName
{
background-color: #8A9F06;
}
.BgClassName
{
background-color: #8A9F06;
}
</style>
border-color css
<style>
span { border-color: #8A9F06; }
span { border-color: rgb(138,159,6); }
td.TdClassName
{
border-color: #8A9F06;
}
.TagClassName
{
border-color: #8A9F06;
}
</style>