Shades of Citrus #8AB800
Tints of Citrus #8AB800
RGB
CMYK
RGB Variations
Color information
#8AB800 (or 0x8AB800) is known color: Citrus. HEX triplet: 8A, B8 and 00. RGB value is (138,184,0). Sum of RGB (Red+Green+Blue) = 138+184+0=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB800 is #7547FF. Grayscale: #959595. Windows color (decimal): -7686144 or 47242. OLE color: 47242.
HSL color Cylindrical-coordinate representation of color #8AB800: hue angle of 75º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AB800 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.28 |
| HSL | 75º | 1% | 0.36% | - |
| HSV(B) | 75º | 1% | 0.72% | - |
| XYZ | 27.62 | 39.68 | 6.2 | - |
| YUV | 149.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 0 | 0.25 | 0 | 1 | 0.28 | 75 | 1 | 0.36 |
| Hex | 8A | B8 | 0 | 19 | 0 | 64 | 1C | 4B | 64 | 24 |
| Octal | 212 | 270 | 0 | 31 | 0 | 144 | 34 | 113 | 144 | 44 |
| Binary | 10001010 | 10111000 | 0 | 11001 | 0 | 1100100 | 11100 | 1001011 | 1100100 | 100100 |
Color Harmonies of #8AB800
Complementary color
Monochromatic Colors of #8AB800
Black with #8AB800
Text Example
Text Example
White with #8AB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB800; }
p { color: rgb(138,184,0); }
H1.HeaderClassName
{
color: #8AB800;
}
.AnyTagClassName
{
color: #8AB800;
}
</style>
background-color css
<style>
a { background-color: #8AB800; }
a { background-color: rgb(138,184,0); }
div.DivClassName
{
background-color: #8AB800;
}
.BgClassName
{
background-color: #8AB800;
}
</style>
border-color css
<style>
span { border-color: #8AB800; }
span { border-color: rgb(138,184,0); }
td.TdClassName
{
border-color: #8AB800;
}
.TagClassName
{
border-color: #8AB800;
}
</style>