Shades of Citron #8A9F01
Tints of Citron #8A9F01
RGB
CMYK
RGB Variations
Color information
#8A9F01 (or 0x8A9F01) is known color: Citron. HEX triplet: 8A, 9F and 01. RGB value is (138,159,1). Sum of RGB (Red+Green+Blue) = 138+159+1=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9F01 is #7560FE. Grayscale: #878787. Windows color (decimal): -7692543 or 106378. OLE color: 106378.
HSL color Cylindrical-coordinate representation of color #8A9F01: hue angle of 67.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A9F01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.38 |
| HSL | 67.97º | 0.99% | 0.31% | - |
| HSV(B) | 67.97º | 0.99% | 0.62% | - |
| XYZ | 22.88 | 30.2 | 4.65 | - |
| YUV | 134.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 1 | 0.13 | 0 | 0.99 | 0.38 | 67.97 | 0.99 | 0.31 |
| Hex | 8A | 9F | 1 | D | 0 | 63 | 26 | 44 | 63 | 1F |
| Octal | 212 | 237 | 1 | 15 | 0 | 143 | 46 | 104 | 143 | 37 |
| Binary | 10001010 | 10011111 | 1 | 1101 | 0 | 1100011 | 100110 | 1000100 | 1100011 | 11111 |
Color Harmonies of #8A9F01
Complementary color
Monochromatic Colors of #8A9F01
Black with #8A9F01
Text Example
Text Example
White with #8A9F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F01; }
p { color: rgb(138,159,1); }
H1.HeaderClassName
{
color: #8A9F01;
}
.AnyTagClassName
{
color: #8A9F01;
}
</style>
background-color css
<style>
a { background-color: #8A9F01; }
a { background-color: rgb(138,159,1); }
div.DivClassName
{
background-color: #8A9F01;
}
.BgClassName
{
background-color: #8A9F01;
}
</style>
border-color css
<style>
span { border-color: #8A9F01; }
span { border-color: rgb(138,159,1); }
td.TdClassName
{
border-color: #8A9F01;
}
.TagClassName
{
border-color: #8A9F01;
}
</style>