Shades of Citron #8C9E01
Tints of Citron #8C9E01
RGB
CMYK
RGB Variations
Color information
#8C9E01 (or 0x8C9E01) is known color: Citron. HEX triplet: 8C, 9E and 01. RGB value is (140,158,1). Sum of RGB (Red+Green+Blue) = 140+158+1=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9E01 is #7361FE. Grayscale: #878787. Windows color (decimal): -7561727 or 106124. OLE color: 106124.
HSL color Cylindrical-coordinate representation of color #8C9E01: hue angle of 66.88º 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 #8C9E01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.38 |
| HSL | 66.88º | 0.99% | 0.31% | - |
| HSV(B) | 66.88º | 0.99% | 0.62% | - |
| XYZ | 23.05 | 30.03 | 4.61 | - |
| YUV | 134.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 1 | 0.11 | 0 | 0.99 | 0.38 | 66.88 | 0.99 | 0.31 |
| Hex | 8C | 9E | 1 | B | 0 | 63 | 26 | 43 | 63 | 1F |
| Octal | 214 | 236 | 1 | 13 | 0 | 143 | 46 | 103 | 143 | 37 |
| Binary | 10001100 | 10011110 | 1 | 1011 | 0 | 1100011 | 100110 | 1000011 | 1100011 | 11111 |
Color Harmonies of #8C9E01
Complementary color
Monochromatic Colors of #8C9E01
Black with #8C9E01
Text Example
Text Example
White with #8C9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E01; }
p { color: rgb(140,158,1); }
H1.HeaderClassName
{
color: #8C9E01;
}
.AnyTagClassName
{
color: #8C9E01;
}
</style>
background-color css
<style>
a { background-color: #8C9E01; }
a { background-color: rgb(140,158,1); }
div.DivClassName
{
background-color: #8C9E01;
}
.BgClassName
{
background-color: #8C9E01;
}
</style>
border-color css
<style>
span { border-color: #8C9E01; }
span { border-color: rgb(140,158,1); }
td.TdClassName
{
border-color: #8C9E01;
}
.TagClassName
{
border-color: #8C9E01;
}
</style>