Shades of Citrus #8AB30C
Tints of Citrus #8AB30C
RGB
CMYK
RGB Variations
Color information
#8AB30C (or 0x8AB30C) is known color: Citrus. HEX triplet: 8A, B3 and 0C. RGB value is (138,179,12). Sum of RGB (Red+Green+Blue) = 138+179+12=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB30C is #754CF3. Grayscale: #949494. Windows color (decimal): -7687412 or 832394. OLE color: 832394.
HSL color Cylindrical-coordinate representation of color #8AB30C: hue angle of 74.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AB30C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 12 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.30 |
| HSL | 74.73º | 0.87% | 0.37% | - |
| HSV(B) | 74.73º | 0.93% | 0.7% | - |
| XYZ | 26.67 | 37.67 | 6.21 | - |
| YUV | 147.7 | 51.42 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 12 | 0.23 | 0 | 0.93 | 0.30 | 74.73 | 0.87 | 0.37 |
| Hex | 8A | B3 | C | 17 | 0 | 5D | 1E | 4B | 57 | 25 |
| Octal | 212 | 263 | 14 | 27 | 0 | 135 | 36 | 113 | 127 | 45 |
| Binary | 10001010 | 10110011 | 1100 | 10111 | 0 | 1011101 | 11110 | 1001011 | 1010111 | 100101 |
Color Harmonies of #8AB30C
Complementary color
Monochromatic Colors of #8AB30C
Black with #8AB30C
Text Example
Text Example
White with #8AB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB30C; }
p { color: rgb(138,179,12); }
H1.HeaderClassName
{
color: #8AB30C;
}
.AnyTagClassName
{
color: #8AB30C;
}
</style>
background-color css
<style>
a { background-color: #8AB30C; }
a { background-color: rgb(138,179,12); }
div.DivClassName
{
background-color: #8AB30C;
}
.BgClassName
{
background-color: #8AB30C;
}
</style>
border-color css
<style>
span { border-color: #8AB30C; }
span { border-color: rgb(138,179,12); }
td.TdClassName
{
border-color: #8AB30C;
}
.TagClassName
{
border-color: #8AB30C;
}
</style>