Shades of Citrus #8AB407
Tints of Citrus #8AB407
RGB
CMYK
RGB Variations
Color information
#8AB407 (or 0x8AB407) is known color: Citrus. HEX triplet: 8A, B4 and 07. RGB value is (138,180,7). Sum of RGB (Red+Green+Blue) = 138+180+7=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB407 is #754BF8. Grayscale: #949494. Windows color (decimal): -7687161 or 504970. OLE color: 504970.
HSL color Cylindrical-coordinate representation of color #8AB407: hue angle of 74.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AB407 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.29 |
| HSL | 74.57º | 0.93% | 0.37% | - |
| HSV(B) | 74.57º | 0.96% | 0.71% | - |
| XYZ | 26.84 | 38.06 | 6.13 | - |
| YUV | 147.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 7 | 0.23 | 0 | 0.96 | 0.29 | 74.57 | 0.93 | 0.37 |
| Hex | 8A | B4 | 7 | 17 | 0 | 60 | 1D | 4B | 5D | 25 |
| Octal | 212 | 264 | 7 | 27 | 0 | 140 | 35 | 113 | 135 | 45 |
| Binary | 10001010 | 10110100 | 111 | 10111 | 0 | 1100000 | 11101 | 1001011 | 1011101 | 100101 |
Color Harmonies of #8AB407
Complementary color
Monochromatic Colors of #8AB407
Black with #8AB407
Text Example
Text Example
White with #8AB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB407; }
p { color: rgb(138,180,7); }
H1.HeaderClassName
{
color: #8AB407;
}
.AnyTagClassName
{
color: #8AB407;
}
</style>
background-color css
<style>
a { background-color: #8AB407; }
a { background-color: rgb(138,180,7); }
div.DivClassName
{
background-color: #8AB407;
}
.BgClassName
{
background-color: #8AB407;
}
</style>
border-color css
<style>
span { border-color: #8AB407; }
span { border-color: rgb(138,180,7); }
td.TdClassName
{
border-color: #8AB407;
}
.TagClassName
{
border-color: #8AB407;
}
</style>