Shades of Citrus #8AB307
Tints of Citrus #8AB307
RGB
CMYK
RGB Variations
Color information
#8AB307 (or 0x8AB307) is known color: Citrus. HEX triplet: 8A, B3 and 07. RGB value is (138,179,7). Sum of RGB (Red+Green+Blue) = 138+179+7=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB307 is #754CF8. Grayscale: #939393. Windows color (decimal): -7687417 or 504714. OLE color: 504714.
HSL color Cylindrical-coordinate representation of color #8AB307: hue angle of 74.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AB307 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.30 |
| HSL | 74.3º | 0.92% | 0.36% | - |
| HSV(B) | 74.3º | 0.96% | 0.7% | - |
| XYZ | 26.64 | 37.66 | 6.07 | - |
| YUV | 147.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 7 | 0.23 | 0 | 0.96 | 0.30 | 74.3 | 0.92 | 0.36 |
| Hex | 8A | B3 | 7 | 17 | 0 | 60 | 1E | 4A | 5C | 24 |
| Octal | 212 | 263 | 7 | 27 | 0 | 140 | 36 | 112 | 134 | 44 |
| Binary | 10001010 | 10110011 | 111 | 10111 | 0 | 1100000 | 11110 | 1001010 | 1011100 | 100100 |
Color Harmonies of #8AB307
Complementary color
Monochromatic Colors of #8AB307
Black with #8AB307
Text Example
Text Example
White with #8AB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB307; }
p { color: rgb(138,179,7); }
H1.HeaderClassName
{
color: #8AB307;
}
.AnyTagClassName
{
color: #8AB307;
}
</style>
background-color css
<style>
a { background-color: #8AB307; }
a { background-color: rgb(138,179,7); }
div.DivClassName
{
background-color: #8AB307;
}
.BgClassName
{
background-color: #8AB307;
}
</style>
border-color css
<style>
span { border-color: #8AB307; }
span { border-color: rgb(138,179,7); }
td.TdClassName
{
border-color: #8AB307;
}
.TagClassName
{
border-color: #8AB307;
}
</style>