Shades of Citrus #8DAA08
Tints of Citrus #8DAA08
RGB
CMYK
RGB Variations
Color information
#8DAA08 (or 0x8DAA08) is known color: Citrus. HEX triplet: 8D, AA and 08. RGB value is (141,170,8). Sum of RGB (Red+Green+Blue) = 141+170+8=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAA08 is #7255F7. Grayscale: #8F8F8F. Windows color (decimal): -7493112 or 567949. OLE color: 567949.
HSL color Cylindrical-coordinate representation of color #8DAA08: hue angle of 70.74º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DAA08 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 8 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.33 |
| HSL | 70.74º | 0.91% | 0.35% | - |
| HSV(B) | 70.74º | 0.95% | 0.67% | - |
| XYZ | 25.4 | 34.43 | 5.54 | - |
| YUV | 142.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 8 | 0.17 | 0 | 0.95 | 0.33 | 70.74 | 0.91 | 0.35 |
| Hex | 8D | AA | 8 | 11 | 0 | 5F | 21 | 47 | 5B | 23 |
| Octal | 215 | 252 | 10 | 21 | 0 | 137 | 41 | 107 | 133 | 43 |
| Binary | 10001101 | 10101010 | 1000 | 10001 | 0 | 1011111 | 100001 | 1000111 | 1011011 | 100011 |
Color Harmonies of #8DAA08
Complementary color
Monochromatic Colors of #8DAA08
Black with #8DAA08
Text Example
Text Example
White with #8DAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA08; }
p { color: rgb(141,170,8); }
H1.HeaderClassName
{
color: #8DAA08;
}
.AnyTagClassName
{
color: #8DAA08;
}
</style>
background-color css
<style>
a { background-color: #8DAA08; }
a { background-color: rgb(141,170,8); }
div.DivClassName
{
background-color: #8DAA08;
}
.BgClassName
{
background-color: #8DAA08;
}
</style>
border-color css
<style>
span { border-color: #8DAA08; }
span { border-color: rgb(141,170,8); }
td.TdClassName
{
border-color: #8DAA08;
}
.TagClassName
{
border-color: #8DAA08;
}
</style>