Shades of Citrus #8ABC08
Tints of Citrus #8ABC08
RGB
CMYK
RGB Variations
Color information
#8ABC08 (or 0x8ABC08) is known color: Citrus. HEX triplet: 8A, BC and 08. RGB value is (138,188,8). Sum of RGB (Red+Green+Blue) = 138+188+8=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC08 is #7543F7. Grayscale: #999999. Windows color (decimal): -7685112 or 572554. OLE color: 572554.
HSL color Cylindrical-coordinate representation of color #8ABC08: hue angle of 76.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8ABC08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.26 |
| HSL | 76.67º | 0.92% | 0.38% | - |
| HSV(B) | 76.67º | 0.96% | 0.74% | - |
| XYZ | 28.51 | 41.39 | 6.72 | - |
| YUV | 152.53 | 46.44 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 8 | 0.27 | 0 | 0.96 | 0.26 | 76.67 | 0.92 | 0.38 |
| Hex | 8A | BC | 8 | 1B | 0 | 60 | 1A | 4D | 5C | 26 |
| Octal | 212 | 274 | 10 | 33 | 0 | 140 | 32 | 115 | 134 | 46 |
| Binary | 10001010 | 10111100 | 1000 | 11011 | 0 | 1100000 | 11010 | 1001101 | 1011100 | 100110 |
Color Harmonies of #8ABC08
Complementary color
Monochromatic Colors of #8ABC08
Black with #8ABC08
Text Example
Text Example
White with #8ABC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC08; }
p { color: rgb(138,188,8); }
H1.HeaderClassName
{
color: #8ABC08;
}
.AnyTagClassName
{
color: #8ABC08;
}
</style>
background-color css
<style>
a { background-color: #8ABC08; }
a { background-color: rgb(138,188,8); }
div.DivClassName
{
background-color: #8ABC08;
}
.BgClassName
{
background-color: #8ABC08;
}
</style>
border-color css
<style>
span { border-color: #8ABC08; }
span { border-color: rgb(138,188,8); }
td.TdClassName
{
border-color: #8ABC08;
}
.TagClassName
{
border-color: #8ABC08;
}
</style>