Shades of Citrus #8ABC06
Tints of Citrus #8ABC06
RGB
CMYK
RGB Variations
Color information
#8ABC06 (or 0x8ABC06) is known color: Citrus. HEX triplet: 8A, BC and 06. RGB value is (138,188,6). Sum of RGB (Red+Green+Blue) = 138+188+6=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC06 is #7543F9. Grayscale: #989898. Windows color (decimal): -7685114 or 441482. OLE color: 441482.
HSL color Cylindrical-coordinate representation of color #8ABC06: hue angle of 76.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8ABC06 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.26 |
| HSL | 76.48º | 0.94% | 0.38% | - |
| HSV(B) | 76.48º | 0.97% | 0.74% | - |
| XYZ | 28.5 | 41.38 | 6.66 | - |
| YUV | 152.3 | 45.44 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 6 | 0.27 | 0 | 0.97 | 0.26 | 76.48 | 0.94 | 0.38 |
| Hex | 8A | BC | 6 | 1B | 0 | 61 | 1A | 4C | 5E | 26 |
| Octal | 212 | 274 | 6 | 33 | 0 | 141 | 32 | 114 | 136 | 46 |
| Binary | 10001010 | 10111100 | 110 | 11011 | 0 | 1100001 | 11010 | 1001100 | 1011110 | 100110 |
Color Harmonies of #8ABC06
Complementary color
Monochromatic Colors of #8ABC06
Black with #8ABC06
Text Example
Text Example
White with #8ABC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC06; }
p { color: rgb(138,188,6); }
H1.HeaderClassName
{
color: #8ABC06;
}
.AnyTagClassName
{
color: #8ABC06;
}
</style>
background-color css
<style>
a { background-color: #8ABC06; }
a { background-color: rgb(138,188,6); }
div.DivClassName
{
background-color: #8ABC06;
}
.BgClassName
{
background-color: #8ABC06;
}
</style>
border-color css
<style>
span { border-color: #8ABC06; }
span { border-color: rgb(138,188,6); }
td.TdClassName
{
border-color: #8ABC06;
}
.TagClassName
{
border-color: #8ABC06;
}
</style>