Shades of Citrus #8ABC03
Tints of Citrus #8ABC03
RGB
CMYK
RGB Variations
Color information
#8ABC03 (or 0x8ABC03) is known color: Citrus. HEX triplet: 8A, BC and 03. RGB value is (138,188,3). Sum of RGB (Red+Green+Blue) = 138+188+3=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC03 is #7543FC. Grayscale: #989898. Windows color (decimal): -7685117 or 244874. OLE color: 244874.
HSL color Cylindrical-coordinate representation of color #8ABC03: hue angle of 76.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ABC03 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.26 |
| HSL | 76.22º | 0.97% | 0.37% | - |
| HSV(B) | 76.22º | 0.98% | 0.74% | - |
| XYZ | 28.48 | 41.38 | 6.57 | - |
| YUV | 151.96 | 43.94 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 3 | 0.27 | 0 | 0.98 | 0.26 | 76.22 | 0.97 | 0.37 |
| Hex | 8A | BC | 3 | 1B | 0 | 62 | 1A | 4C | 61 | 25 |
| Octal | 212 | 274 | 3 | 33 | 0 | 142 | 32 | 114 | 141 | 45 |
| Binary | 10001010 | 10111100 | 11 | 11011 | 0 | 1100010 | 11010 | 1001100 | 1100001 | 100101 |
Color Harmonies of #8ABC03
Complementary color
Monochromatic Colors of #8ABC03
Black with #8ABC03
Text Example
Text Example
White with #8ABC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC03; }
p { color: rgb(138,188,3); }
H1.HeaderClassName
{
color: #8ABC03;
}
.AnyTagClassName
{
color: #8ABC03;
}
</style>
background-color css
<style>
a { background-color: #8ABC03; }
a { background-color: rgb(138,188,3); }
div.DivClassName
{
background-color: #8ABC03;
}
.BgClassName
{
background-color: #8ABC03;
}
</style>
border-color css
<style>
span { border-color: #8ABC03; }
span { border-color: rgb(138,188,3); }
td.TdClassName
{
border-color: #8ABC03;
}
.TagClassName
{
border-color: #8ABC03;
}
</style>