Shades of Citron #8A9F26
Tints of Citron #8A9F26
RGB
CMYK
RGB Variations
Color information
#8A9F26 (or 0x8A9F26) is known color: Citron. HEX triplet: 8A, 9F and 26. RGB value is (138,159,38). Sum of RGB (Red+Green+Blue) = 138+159+38=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9F26 is #7560D9. Grayscale: #8B8B8B. Windows color (decimal): -7692506 or 2531210. OLE color: 2531210.
HSL color Cylindrical-coordinate representation of color #8A9F26: hue angle of 70.41º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A9F26 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 38 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.38 |
| HSL | 70.41º | 0.61% | 0.39% | - |
| HSV(B) | 70.41º | 0.76% | 0.62% | - |
| XYZ | 23.23 | 30.34 | 6.47 | - |
| YUV | 138.93 | 71.04 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 38 | 0.13 | 0 | 0.76 | 0.38 | 70.41 | 0.61 | 0.39 |
| Hex | 8A | 9F | 26 | D | 0 | 4C | 26 | 46 | 3D | 27 |
| Octal | 212 | 237 | 46 | 15 | 0 | 114 | 46 | 106 | 75 | 47 |
| Binary | 10001010 | 10011111 | 100110 | 1101 | 0 | 1001100 | 100110 | 1000110 | 111101 | 100111 |
Color Harmonies of #8A9F26
Complementary color
Monochromatic Colors of #8A9F26
Black with #8A9F26
Text Example
Text Example
White with #8A9F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F26; }
p { color: rgb(138,159,38); }
H1.HeaderClassName
{
color: #8A9F26;
}
.AnyTagClassName
{
color: #8A9F26;
}
</style>
background-color css
<style>
a { background-color: #8A9F26; }
a { background-color: rgb(138,159,38); }
div.DivClassName
{
background-color: #8A9F26;
}
.BgClassName
{
background-color: #8A9F26;
}
</style>
border-color css
<style>
span { border-color: #8A9F26; }
span { border-color: rgb(138,159,38); }
td.TdClassName
{
border-color: #8A9F26;
}
.TagClassName
{
border-color: #8A9F26;
}
</style>