Shades of Citrus #8AB500
Tints of Citrus #8AB500
RGB
CMYK
RGB Variations
Color information
#8AB500 (or 0x8AB500) is known color: Citrus. HEX triplet: 8A, B5 and 00. RGB value is (138,181,0). Sum of RGB (Red+Green+Blue) = 138+181+0=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB500 is #754AFF. Grayscale: #949494. Windows color (decimal): -7686912 or 46474. OLE color: 46474.
HSL color Cylindrical-coordinate representation of color #8AB500: hue angle of 74.25º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AB500 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.29 |
| HSL | 74.25º | 1% | 0.35% | - |
| HSV(B) | 74.25º | 1% | 0.71% | - |
| XYZ | 27.01 | 38.45 | 6 | - |
| YUV | 147.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 0 | 0.24 | 0 | 1 | 0.29 | 74.25 | 1 | 0.35 |
| Hex | 8A | B5 | 0 | 18 | 0 | 64 | 1D | 4A | 64 | 23 |
| Octal | 212 | 265 | 0 | 30 | 0 | 144 | 35 | 112 | 144 | 43 |
| Binary | 10001010 | 10110101 | 0 | 11000 | 0 | 1100100 | 11101 | 1001010 | 1100100 | 100011 |
Color Harmonies of #8AB500
Complementary color
Monochromatic Colors of #8AB500
Black with #8AB500
Text Example
Text Example
White with #8AB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB500; }
p { color: rgb(138,181,0); }
H1.HeaderClassName
{
color: #8AB500;
}
.AnyTagClassName
{
color: #8AB500;
}
</style>
background-color css
<style>
a { background-color: #8AB500; }
a { background-color: rgb(138,181,0); }
div.DivClassName
{
background-color: #8AB500;
}
.BgClassName
{
background-color: #8AB500;
}
</style>
border-color css
<style>
span { border-color: #8AB500; }
span { border-color: rgb(138,181,0); }
td.TdClassName
{
border-color: #8AB500;
}
.TagClassName
{
border-color: #8AB500;
}
</style>