Shades of Citron #8A9D25
Tints of Citron #8A9D25
RGB
CMYK
RGB Variations
Color information
#8A9D25 (or 0x8A9D25) is known color: Citron. HEX triplet: 8A, 9D and 25. RGB value is (138,157,37). Sum of RGB (Red+Green+Blue) = 138+157+37=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D25 is #7562DA. Grayscale: #8A8A8A. Windows color (decimal): -7693019 or 2465162. OLE color: 2465162.
HSL color Cylindrical-coordinate representation of color #8A9D25: hue angle of 69.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A9D25 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 157 | 37 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.38 |
| HSL | 69.5º | 0.62% | 0.38% | - |
| HSV(B) | 69.5º | 0.76% | 0.62% | - |
| XYZ | 22.87 | 29.65 | 6.27 | - |
| YUV | 137.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 37 | 0.12 | 0 | 0.76 | 0.38 | 69.5 | 0.62 | 0.38 |
| Hex | 8A | 9D | 25 | C | 0 | 4C | 26 | 46 | 3E | 26 |
| Octal | 212 | 235 | 45 | 14 | 0 | 114 | 46 | 106 | 76 | 46 |
| Binary | 10001010 | 10011101 | 100101 | 1100 | 0 | 1001100 | 100110 | 1000110 | 111110 | 100110 |
Color Harmonies of #8A9D25
Complementary color
Monochromatic Colors of #8A9D25
Black with #8A9D25
Text Example
Text Example
White with #8A9D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9D25; }
p { color: rgb(138,157,37); }
H1.HeaderClassName
{
color: #8A9D25;
}
.AnyTagClassName
{
color: #8A9D25;
}
</style>
background-color css
<style>
a { background-color: #8A9D25; }
a { background-color: rgb(138,157,37); }
div.DivClassName
{
background-color: #8A9D25;
}
.BgClassName
{
background-color: #8A9D25;
}
</style>
border-color css
<style>
span { border-color: #8A9D25; }
span { border-color: rgb(138,157,37); }
td.TdClassName
{
border-color: #8A9D25;
}
.TagClassName
{
border-color: #8A9D25;
}
</style>