Shades of Citrus #8AC30C
Tints of Citrus #8AC30C
RGB
CMYK
RGB Variations
Color information
#8AC30C (or 0x8AC30C) is known color: Citrus. HEX triplet: 8A, C3 and 0C. RGB value is (138,195,12). Sum of RGB (Red+Green+Blue) = 138+195+12=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC30C is #753CF3. Grayscale: #9D9D9D. Windows color (decimal): -7683316 or 836490. OLE color: 836490.
HSL color Cylindrical-coordinate representation of color #8AC30C: hue angle of 78.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AC30C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.24 |
| HSL | 78.69º | 0.88% | 0.41% | - |
| HSV(B) | 78.69º | 0.94% | 0.76% | - |
| XYZ | 30.06 | 44.46 | 7.35 | - |
| YUV | 157.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 12 | 0.29 | 0 | 0.94 | 0.24 | 78.69 | 0.88 | 0.41 |
| Hex | 8A | C3 | C | 1D | 0 | 5E | 18 | 4F | 58 | 29 |
| Octal | 212 | 303 | 14 | 35 | 0 | 136 | 30 | 117 | 130 | 51 |
| Binary | 10001010 | 11000011 | 1100 | 11101 | 0 | 1011110 | 11000 | 1001111 | 1011000 | 101001 |
Color Harmonies of #8AC30C
Complementary color
Monochromatic Colors of #8AC30C
Black with #8AC30C
Text Example
Text Example
White with #8AC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC30C; }
p { color: rgb(138,195,12); }
H1.HeaderClassName
{
color: #8AC30C;
}
.AnyTagClassName
{
color: #8AC30C;
}
</style>
background-color css
<style>
a { background-color: #8AC30C; }
a { background-color: rgb(138,195,12); }
div.DivClassName
{
background-color: #8AC30C;
}
.BgClassName
{
background-color: #8AC30C;
}
</style>
border-color css
<style>
span { border-color: #8AC30C; }
span { border-color: rgb(138,195,12); }
td.TdClassName
{
border-color: #8AC30C;
}
.TagClassName
{
border-color: #8AC30C;
}
</style>