Shades of Citrus #8ABC09
Tints of Citrus #8ABC09
RGB
CMYK
RGB Variations
Color information
#8ABC09 (or 0x8ABC09) is known color: Citrus. HEX triplet: 8A, BC and 09. RGB value is (138,188,9). Sum of RGB (Red+Green+Blue) = 138+188+9=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC09 is #7543F6. Grayscale: #999999. Windows color (decimal): -7685111 or 638090. OLE color: 638090.
HSL color Cylindrical-coordinate representation of color #8ABC09: hue angle of 76.76º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ABC09 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.26 |
| HSL | 76.76º | 0.91% | 0.39% | - |
| HSV(B) | 76.76º | 0.95% | 0.74% | - |
| XYZ | 28.51 | 41.39 | 6.74 | - |
| YUV | 152.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 9 | 0.27 | 0 | 0.95 | 0.26 | 76.76 | 0.91 | 0.39 |
| Hex | 8A | BC | 9 | 1B | 0 | 5F | 1A | 4D | 5B | 27 |
| Octal | 212 | 274 | 11 | 33 | 0 | 137 | 32 | 115 | 133 | 47 |
| Binary | 10001010 | 10111100 | 1001 | 11011 | 0 | 1011111 | 11010 | 1001101 | 1011011 | 100111 |
Color Harmonies of #8ABC09
Complementary color
Monochromatic Colors of #8ABC09
Black with #8ABC09
Text Example
Text Example
White with #8ABC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC09; }
p { color: rgb(138,188,9); }
H1.HeaderClassName
{
color: #8ABC09;
}
.AnyTagClassName
{
color: #8ABC09;
}
</style>
background-color css
<style>
a { background-color: #8ABC09; }
a { background-color: rgb(138,188,9); }
div.DivClassName
{
background-color: #8ABC09;
}
.BgClassName
{
background-color: #8ABC09;
}
</style>
border-color css
<style>
span { border-color: #8ABC09; }
span { border-color: rgb(138,188,9); }
td.TdClassName
{
border-color: #8ABC09;
}
.TagClassName
{
border-color: #8ABC09;
}
</style>