Shades of Citrus #8DA500
Tints of Citrus #8DA500
RGB
CMYK
RGB Variations
Color information
#8DA500 (or 0x8DA500) is known color: Citrus. HEX triplet: 8D, A5 and 00. RGB value is (141,165,0). Sum of RGB (Red+Green+Blue) = 141+165+0=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA500 is #725AFF. Grayscale: #8B8B8B. Windows color (decimal): -7494400 or 42381. OLE color: 42381.
HSL color Cylindrical-coordinate representation of color #8DA500: hue angle of 68.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DA500 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.35 |
| HSL | 68.73º | 1% | 0.32% | - |
| HSV(B) | 68.73º | 1% | 0.65% | - |
| XYZ | 24.44 | 32.57 | 5 | - |
| YUV | 139.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 0 | 0.15 | 0 | 1 | 0.35 | 68.73 | 1 | 0.32 |
| Hex | 8D | A5 | 0 | F | 0 | 64 | 23 | 45 | 64 | 20 |
| Octal | 215 | 245 | 0 | 17 | 0 | 144 | 43 | 105 | 144 | 40 |
| Binary | 10001101 | 10100101 | 0 | 1111 | 0 | 1100100 | 100011 | 1000101 | 1100100 | 100000 |
Color Harmonies of #8DA500
Complementary color
Monochromatic Colors of #8DA500
Black with #8DA500
Text Example
Text Example
White with #8DA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA500; }
p { color: rgb(141,165,0); }
H1.HeaderClassName
{
color: #8DA500;
}
.AnyTagClassName
{
color: #8DA500;
}
</style>
background-color css
<style>
a { background-color: #8DA500; }
a { background-color: rgb(141,165,0); }
div.DivClassName
{
background-color: #8DA500;
}
.BgClassName
{
background-color: #8DA500;
}
</style>
border-color css
<style>
span { border-color: #8DA500; }
span { border-color: rgb(141,165,0); }
td.TdClassName
{
border-color: #8DA500;
}
.TagClassName
{
border-color: #8DA500;
}
</style>