Shades of Citrus #8AB400
Tints of Citrus #8AB400
RGB
CMYK
RGB Variations
Color information
#8AB400 (or 0x8AB400) is known color: Citrus. HEX triplet: 8A, B4 and 00. RGB value is (138,180,0). Sum of RGB (Red+Green+Blue) = 138+180+0=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB400 is #754BFF. Grayscale: #939393. Windows color (decimal): -7687168 or 46218. OLE color: 46218.
HSL color Cylindrical-coordinate representation of color #8AB400: hue angle of 74º 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 #8AB400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.29 |
| HSL | 74º | 1% | 0.35% | - |
| HSV(B) | 74º | 1% | 0.71% | - |
| XYZ | 26.8 | 38.05 | 5.93 | - |
| YUV | 146.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 0 | 0.23 | 0 | 1 | 0.29 | 74 | 1 | 0.35 |
| Hex | 8A | B4 | 0 | 17 | 0 | 64 | 1D | 4A | 64 | 23 |
| Octal | 212 | 264 | 0 | 27 | 0 | 144 | 35 | 112 | 144 | 43 |
| Binary | 10001010 | 10110100 | 0 | 10111 | 0 | 1100100 | 11101 | 1001010 | 1100100 | 100011 |
Color Harmonies of #8AB400
Complementary color
Monochromatic Colors of #8AB400
Black with #8AB400
Text Example
Text Example
White with #8AB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB400; }
p { color: rgb(138,180,0); }
H1.HeaderClassName
{
color: #8AB400;
}
.AnyTagClassName
{
color: #8AB400;
}
</style>
background-color css
<style>
a { background-color: #8AB400; }
a { background-color: rgb(138,180,0); }
div.DivClassName
{
background-color: #8AB400;
}
.BgClassName
{
background-color: #8AB400;
}
</style>
border-color css
<style>
span { border-color: #8AB400; }
span { border-color: rgb(138,180,0); }
td.TdClassName
{
border-color: #8AB400;
}
.TagClassName
{
border-color: #8AB400;
}
</style>