Shades of Citrus #8AB309
Tints of Citrus #8AB309
RGB
CMYK
RGB Variations
Color information
#8AB309 (or 0x8AB309) is known color: Citrus. HEX triplet: 8A, B3 and 09. RGB value is (138,179,9). Sum of RGB (Red+Green+Blue) = 138+179+9=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB309 is #754CF6. Grayscale: #949494. Windows color (decimal): -7687415 or 635786. OLE color: 635786.
HSL color Cylindrical-coordinate representation of color #8AB309: hue angle of 74.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AB309 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.30 |
| HSL | 74.47º | 0.9% | 0.37% | - |
| HSV(B) | 74.47º | 0.95% | 0.7% | - |
| XYZ | 26.65 | 37.66 | 6.12 | - |
| YUV | 147.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 9 | 0.23 | 0 | 0.95 | 0.30 | 74.47 | 0.9 | 0.37 |
| Hex | 8A | B3 | 9 | 17 | 0 | 5F | 1E | 4A | 5A | 25 |
| Octal | 212 | 263 | 11 | 27 | 0 | 137 | 36 | 112 | 132 | 45 |
| Binary | 10001010 | 10110011 | 1001 | 10111 | 0 | 1011111 | 11110 | 1001010 | 1011010 | 100101 |
Color Harmonies of #8AB309
Complementary color
Monochromatic Colors of #8AB309
Black with #8AB309
Text Example
Text Example
White with #8AB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB309; }
p { color: rgb(138,179,9); }
H1.HeaderClassName
{
color: #8AB309;
}
.AnyTagClassName
{
color: #8AB309;
}
</style>
background-color css
<style>
a { background-color: #8AB309; }
a { background-color: rgb(138,179,9); }
div.DivClassName
{
background-color: #8AB309;
}
.BgClassName
{
background-color: #8AB309;
}
</style>
border-color css
<style>
span { border-color: #8AB309; }
span { border-color: rgb(138,179,9); }
td.TdClassName
{
border-color: #8AB309;
}
.TagClassName
{
border-color: #8AB309;
}
</style>