Shades of Citron #8A9F12
Tints of Citron #8A9F12
RGB
CMYK
RGB Variations
Color information
#8A9F12 (or 0x8A9F12) is known color: Citron. HEX triplet: 8A, 9F and 12. RGB value is (138,159,18). Sum of RGB (Red+Green+Blue) = 138+159+18=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9F12 is #7560ED. Grayscale: #898989. Windows color (decimal): -7692526 or 1220490. OLE color: 1220490.
HSL color Cylindrical-coordinate representation of color #8A9F12: hue angle of 68.94º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A9F12 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 18 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.38 |
| HSL | 68.94º | 0.8% | 0.35% | - |
| HSV(B) | 68.94º | 0.89% | 0.62% | - |
| XYZ | 22.99 | 30.24 | 5.2 | - |
| YUV | 136.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 18 | 0.13 | 0 | 0.89 | 0.38 | 68.94 | 0.8 | 0.35 |
| Hex | 8A | 9F | 12 | D | 0 | 59 | 26 | 45 | 50 | 23 |
| Octal | 212 | 237 | 22 | 15 | 0 | 131 | 46 | 105 | 120 | 43 |
| Binary | 10001010 | 10011111 | 10010 | 1101 | 0 | 1011001 | 100110 | 1000101 | 1010000 | 100011 |
Color Harmonies of #8A9F12
Complementary color
Monochromatic Colors of #8A9F12
Black with #8A9F12
Text Example
Text Example
White with #8A9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F12; }
p { color: rgb(138,159,18); }
H1.HeaderClassName
{
color: #8A9F12;
}
.AnyTagClassName
{
color: #8A9F12;
}
</style>
background-color css
<style>
a { background-color: #8A9F12; }
a { background-color: rgb(138,159,18); }
div.DivClassName
{
background-color: #8A9F12;
}
.BgClassName
{
background-color: #8A9F12;
}
</style>
border-color css
<style>
span { border-color: #8A9F12; }
span { border-color: rgb(138,159,18); }
td.TdClassName
{
border-color: #8A9F12;
}
.TagClassName
{
border-color: #8A9F12;
}
</style>