Shades of Citrus #8AC002
Tints of Citrus #8AC002
RGB
CMYK
RGB Variations
Color information
#8AC002 (or 0x8AC002) is known color: Citrus. HEX triplet: 8A, C0 and 02. RGB value is (138,192,2). Sum of RGB (Red+Green+Blue) = 138+192+2=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC002 is #753FFD. Grayscale: #9A9A9A. Windows color (decimal): -7684094 or 180362. OLE color: 180362.
HSL color Cylindrical-coordinate representation of color #8AC002: hue angle of 77.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AC002 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.25 |
| HSL | 77.05º | 0.98% | 0.38% | - |
| HSV(B) | 77.05º | 0.99% | 0.75% | - |
| XYZ | 29.34 | 43.11 | 6.83 | - |
| YUV | 154.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 2 | 0.28 | 0 | 0.99 | 0.25 | 77.05 | 0.98 | 0.38 |
| Hex | 8A | C0 | 2 | 1C | 0 | 63 | 19 | 4D | 62 | 26 |
| Octal | 212 | 300 | 2 | 34 | 0 | 143 | 31 | 115 | 142 | 46 |
| Binary | 10001010 | 11000000 | 10 | 11100 | 0 | 1100011 | 11001 | 1001101 | 1100010 | 100110 |
Color Harmonies of #8AC002
Complementary color
Monochromatic Colors of #8AC002
Black with #8AC002
Text Example
Text Example
White with #8AC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC002; }
p { color: rgb(138,192,2); }
H1.HeaderClassName
{
color: #8AC002;
}
.AnyTagClassName
{
color: #8AC002;
}
</style>
background-color css
<style>
a { background-color: #8AC002; }
a { background-color: rgb(138,192,2); }
div.DivClassName
{
background-color: #8AC002;
}
.BgClassName
{
background-color: #8AC002;
}
</style>
border-color css
<style>
span { border-color: #8AC002; }
span { border-color: rgb(138,192,2); }
td.TdClassName
{
border-color: #8AC002;
}
.TagClassName
{
border-color: #8AC002;
}
</style>