Shades of Citrus #8ABC07
Tints of Citrus #8ABC07
RGB
CMYK
RGB Variations
Color information
#8ABC07 (or 0x8ABC07) is known color: Citrus. HEX triplet: 8A, BC and 07. RGB value is (138,188,7). Sum of RGB (Red+Green+Blue) = 138+188+7=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC07 is #7543F8. Grayscale: #999999. Windows color (decimal): -7685113 or 507018. OLE color: 507018.
HSL color Cylindrical-coordinate representation of color #8ABC07: hue angle of 76.57º degrees, saturation: 0.93, 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 #8ABC07 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.26 |
| HSL | 76.57º | 0.93% | 0.38% | - |
| HSV(B) | 76.57º | 0.96% | 0.74% | - |
| XYZ | 28.5 | 41.39 | 6.69 | - |
| YUV | 152.42 | 45.94 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 7 | 0.27 | 0 | 0.96 | 0.26 | 76.57 | 0.93 | 0.38 |
| Hex | 8A | BC | 7 | 1B | 0 | 60 | 1A | 4D | 5D | 26 |
| Octal | 212 | 274 | 7 | 33 | 0 | 140 | 32 | 115 | 135 | 46 |
| Binary | 10001010 | 10111100 | 111 | 11011 | 0 | 1100000 | 11010 | 1001101 | 1011101 | 100110 |
Color Harmonies of #8ABC07
Complementary color
Monochromatic Colors of #8ABC07
Black with #8ABC07
Text Example
Text Example
White with #8ABC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC07; }
p { color: rgb(138,188,7); }
H1.HeaderClassName
{
color: #8ABC07;
}
.AnyTagClassName
{
color: #8ABC07;
}
</style>
background-color css
<style>
a { background-color: #8ABC07; }
a { background-color: rgb(138,188,7); }
div.DivClassName
{
background-color: #8ABC07;
}
.BgClassName
{
background-color: #8ABC07;
}
</style>
border-color css
<style>
span { border-color: #8ABC07; }
span { border-color: rgb(138,188,7); }
td.TdClassName
{
border-color: #8ABC07;
}
.TagClassName
{
border-color: #8ABC07;
}
</style>