Shades of Citrus #8DAB02
Tints of Citrus #8DAB02
RGB
CMYK
RGB Variations
Color information
#8DAB02 (or 0x8DAB02) is known color: Citrus. HEX triplet: 8D, AB and 02. RGB value is (141,171,2). Sum of RGB (Red+Green+Blue) = 141+171+2=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAB02 is #7254FD. Grayscale: #8F8F8F. Windows color (decimal): -7492862 or 174989. OLE color: 174989.
HSL color Cylindrical-coordinate representation of color #8DAB02: hue angle of 70.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DAB02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.33 |
| HSL | 70.65º | 0.98% | 0.34% | - |
| HSV(B) | 70.65º | 0.99% | 0.67% | - |
| XYZ | 25.56 | 34.79 | 5.43 | - |
| YUV | 142.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 2 | 0.18 | 0 | 0.99 | 0.33 | 70.65 | 0.98 | 0.34 |
| Hex | 8D | AB | 2 | 12 | 0 | 63 | 21 | 47 | 62 | 22 |
| Octal | 215 | 253 | 2 | 22 | 0 | 143 | 41 | 107 | 142 | 42 |
| Binary | 10001101 | 10101011 | 10 | 10010 | 0 | 1100011 | 100001 | 1000111 | 1100010 | 100010 |
Color Harmonies of #8DAB02
Complementary color
Monochromatic Colors of #8DAB02
Black with #8DAB02
Text Example
Text Example
White with #8DAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB02; }
p { color: rgb(141,171,2); }
H1.HeaderClassName
{
color: #8DAB02;
}
.AnyTagClassName
{
color: #8DAB02;
}
</style>
background-color css
<style>
a { background-color: #8DAB02; }
a { background-color: rgb(141,171,2); }
div.DivClassName
{
background-color: #8DAB02;
}
.BgClassName
{
background-color: #8DAB02;
}
</style>
border-color css
<style>
span { border-color: #8DAB02; }
span { border-color: rgb(141,171,2); }
td.TdClassName
{
border-color: #8DAB02;
}
.TagClassName
{
border-color: #8DAB02;
}
</style>