Shades of Citron #8A8F1A
Tints of Citron #8A8F1A
RGB
CMYK
RGB Variations
Color information
#8A8F1A (or 0x8A8F1A) is known color: Citron. HEX triplet: 8A, 8F and 1A. RGB value is (138,143,26). Sum of RGB (Red+Green+Blue) = 138+143+26=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F1A is #7570E5. Grayscale: #808080. Windows color (decimal): -7696614 or 1740682. OLE color: 1740682.
HSL color Cylindrical-coordinate representation of color #8A8F1A: hue angle of 62.56º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A8F1A is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 143 | 26 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.44 |
| HSL | 62.56º | 0.69% | 0.33% | - |
| HSV(B) | 62.56º | 0.82% | 0.56% | - |
| XYZ | 20.49 | 25.12 | 4.75 | - |
| YUV | 128.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 26 | 0.03 | 0 | 0.82 | 0.44 | 62.56 | 0.69 | 0.33 |
| Hex | 8A | 8F | 1A | 3 | 0 | 52 | 2C | 3F | 45 | 21 |
| Octal | 212 | 217 | 32 | 3 | 0 | 122 | 54 | 77 | 105 | 41 |
| Binary | 10001010 | 10001111 | 11010 | 11 | 0 | 1010010 | 101100 | 111111 | 1000101 | 100001 |
Color Harmonies of #8A8F1A
Complementary color
Monochromatic Colors of #8A8F1A
Black with #8A8F1A
Text Example
Text Example
White with #8A8F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F1A; }
p { color: rgb(138,143,26); }
H1.HeaderClassName
{
color: #8A8F1A;
}
.AnyTagClassName
{
color: #8A8F1A;
}
</style>
background-color css
<style>
a { background-color: #8A8F1A; }
a { background-color: rgb(138,143,26); }
div.DivClassName
{
background-color: #8A8F1A;
}
.BgClassName
{
background-color: #8A8F1A;
}
</style>
border-color css
<style>
span { border-color: #8A8F1A; }
span { border-color: rgb(138,143,26); }
td.TdClassName
{
border-color: #8A8F1A;
}
.TagClassName
{
border-color: #8A8F1A;
}
</style>