Shades of Citrus #8AB50F
Tints of Citrus #8AB50F
RGB
CMYK
RGB Variations
Color information
#8AB50F (or 0x8AB50F) is known color: Citrus. HEX triplet: 8A, B5 and 0F. RGB value is (138,181,15). Sum of RGB (Red+Green+Blue) = 138+181+15=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB50F is #754AF0. Grayscale: #959595. Windows color (decimal): -7686897 or 1029514. OLE color: 1029514.
HSL color Cylindrical-coordinate representation of color #8AB50F: hue angle of 75.54º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AB50F is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 15 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.29 |
| HSL | 75.54º | 0.85% | 0.38% | - |
| HSV(B) | 75.54º | 0.92% | 0.71% | - |
| XYZ | 27.09 | 38.49 | 6.45 | - |
| YUV | 149.22 | 52.25 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 15 | 0.24 | 0 | 0.92 | 0.29 | 75.54 | 0.85 | 0.38 |
| Hex | 8A | B5 | F | 18 | 0 | 5C | 1D | 4C | 55 | 26 |
| Octal | 212 | 265 | 17 | 30 | 0 | 134 | 35 | 114 | 125 | 46 |
| Binary | 10001010 | 10110101 | 1111 | 11000 | 0 | 1011100 | 11101 | 1001100 | 1010101 | 100110 |
Color Harmonies of #8AB50F
Complementary color
Monochromatic Colors of #8AB50F
Black with #8AB50F
Text Example
Text Example
White with #8AB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB50F; }
p { color: rgb(138,181,15); }
H1.HeaderClassName
{
color: #8AB50F;
}
.AnyTagClassName
{
color: #8AB50F;
}
</style>
background-color css
<style>
a { background-color: #8AB50F; }
a { background-color: rgb(138,181,15); }
div.DivClassName
{
background-color: #8AB50F;
}
.BgClassName
{
background-color: #8AB50F;
}
</style>
border-color css
<style>
span { border-color: #8AB50F; }
span { border-color: rgb(138,181,15); }
td.TdClassName
{
border-color: #8AB50F;
}
.TagClassName
{
border-color: #8AB50F;
}
</style>