Shades of Citrus #8DA802
Tints of Citrus #8DA802
RGB
CMYK
RGB Variations
Color information
#8DA802 (or 0x8DA802) is known color: Citrus. HEX triplet: 8D, A8 and 02. RGB value is (141,168,2). Sum of RGB (Red+Green+Blue) = 141+168+2=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA802 is #7257FD. Grayscale: #8D8D8D. Windows color (decimal): -7493630 or 174221. OLE color: 174221.
HSL color Cylindrical-coordinate representation of color #8DA802: hue angle of 69.76º degrees, saturation: 0.98, 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 #8DA802 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.34 |
| HSL | 69.76º | 0.98% | 0.33% | - |
| HSV(B) | 69.76º | 0.99% | 0.66% | - |
| XYZ | 25 | 33.67 | 5.24 | - |
| YUV | 141 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 2 | 0.16 | 0 | 0.99 | 0.34 | 69.76 | 0.98 | 0.33 |
| Hex | 8D | A8 | 2 | 10 | 0 | 63 | 22 | 46 | 62 | 21 |
| Octal | 215 | 250 | 2 | 20 | 0 | 143 | 42 | 106 | 142 | 41 |
| Binary | 10001101 | 10101000 | 10 | 10000 | 0 | 1100011 | 100010 | 1000110 | 1100010 | 100001 |
Color Harmonies of #8DA802
Complementary color
Monochromatic Colors of #8DA802
Black with #8DA802
Text Example
Text Example
White with #8DA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA802; }
p { color: rgb(141,168,2); }
H1.HeaderClassName
{
color: #8DA802;
}
.AnyTagClassName
{
color: #8DA802;
}
</style>
background-color css
<style>
a { background-color: #8DA802; }
a { background-color: rgb(141,168,2); }
div.DivClassName
{
background-color: #8DA802;
}
.BgClassName
{
background-color: #8DA802;
}
</style>
border-color css
<style>
span { border-color: #8DA802; }
span { border-color: rgb(141,168,2); }
td.TdClassName
{
border-color: #8DA802;
}
.TagClassName
{
border-color: #8DA802;
}
</style>