Shades of Citrus #8ABD05
Tints of Citrus #8ABD05
RGB
CMYK
RGB Variations
Color information
#8ABD05 (or 0x8ABD05) is known color: Citrus. HEX triplet: 8A, BD and 05. RGB value is (138,189,5). Sum of RGB (Red+Green+Blue) = 138+189+5=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABD05 is #7542FA. Grayscale: #999999. Windows color (decimal): -7684859 or 376202. OLE color: 376202.
HSL color Cylindrical-coordinate representation of color #8ABD05: hue angle of 76.63º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8ABD05 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.26 |
| HSL | 76.63º | 0.95% | 0.38% | - |
| HSV(B) | 76.63º | 0.97% | 0.74% | - |
| XYZ | 28.71 | 41.81 | 6.7 | - |
| YUV | 152.78 | 44.6 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 5 | 0.27 | 0 | 0.97 | 0.26 | 76.63 | 0.95 | 0.38 |
| Hex | 8A | BD | 5 | 1B | 0 | 61 | 1A | 4D | 5F | 26 |
| Octal | 212 | 275 | 5 | 33 | 0 | 141 | 32 | 115 | 137 | 46 |
| Binary | 10001010 | 10111101 | 101 | 11011 | 0 | 1100001 | 11010 | 1001101 | 1011111 | 100110 |
Color Harmonies of #8ABD05
Complementary color
Monochromatic Colors of #8ABD05
Black with #8ABD05
Text Example
Text Example
White with #8ABD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD05; }
p { color: rgb(138,189,5); }
H1.HeaderClassName
{
color: #8ABD05;
}
.AnyTagClassName
{
color: #8ABD05;
}
</style>
background-color css
<style>
a { background-color: #8ABD05; }
a { background-color: rgb(138,189,5); }
div.DivClassName
{
background-color: #8ABD05;
}
.BgClassName
{
background-color: #8ABD05;
}
</style>
border-color css
<style>
span { border-color: #8ABD05; }
span { border-color: rgb(138,189,5); }
td.TdClassName
{
border-color: #8ABD05;
}
.TagClassName
{
border-color: #8ABD05;
}
</style>