Shades of Citrus #8DA901
Tints of Citrus #8DA901
RGB
CMYK
RGB Variations
Color information
#8DA901 (or 0x8DA901) is known color: Citrus. HEX triplet: 8D, A9 and 01. RGB value is (141,169,1). Sum of RGB (Red+Green+Blue) = 141+169+1=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA901 is #7256FE. Grayscale: #8E8E8E. Windows color (decimal): -7493375 or 108941. OLE color: 108941.
HSL color Cylindrical-coordinate representation of color #8DA901: hue angle of 70º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DA901 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.34 |
| HSL | 70º | 0.99% | 0.33% | - |
| HSV(B) | 70º | 0.99% | 0.66% | - |
| XYZ | 25.18 | 34.04 | 5.27 | - |
| YUV | 141.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 1 | 0.17 | 0 | 0.99 | 0.34 | 70 | 0.99 | 0.33 |
| Hex | 8D | A9 | 1 | 11 | 0 | 63 | 22 | 46 | 63 | 21 |
| Octal | 215 | 251 | 1 | 21 | 0 | 143 | 42 | 106 | 143 | 41 |
| Binary | 10001101 | 10101001 | 1 | 10001 | 0 | 1100011 | 100010 | 1000110 | 1100011 | 100001 |
Color Harmonies of #8DA901
Complementary color
Monochromatic Colors of #8DA901
Black with #8DA901
Text Example
Text Example
White with #8DA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA901; }
p { color: rgb(141,169,1); }
H1.HeaderClassName
{
color: #8DA901;
}
.AnyTagClassName
{
color: #8DA901;
}
</style>
background-color css
<style>
a { background-color: #8DA901; }
a { background-color: rgb(141,169,1); }
div.DivClassName
{
background-color: #8DA901;
}
.BgClassName
{
background-color: #8DA901;
}
</style>
border-color css
<style>
span { border-color: #8DA901; }
span { border-color: rgb(141,169,1); }
td.TdClassName
{
border-color: #8DA901;
}
.TagClassName
{
border-color: #8DA901;
}
</style>