Shades of Yellow Green #8AC03C
Tints of Yellow Green #8AC03C
RGB
CMYK
RGB Variations
Color information
#8AC03C (or 0x8AC03C) is known color: Yellow Green. HEX triplet: 8A, C0 and 3C. RGB value is (138,192,60). Sum of RGB (Red+Green+Blue) = 138+192+60=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC03C is #753FC3. Grayscale: #A1A1A1. Windows color (decimal): -7684036 or 3981450. OLE color: 3981450.
HSL color Cylindrical-coordinate representation of color #8AC03C: hue angle of 84.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AC03C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 60 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.25 |
| HSL | 84.55º | 0.52% | 0.49% | - |
| HSV(B) | 84.55º | 0.69% | 0.75% | - |
| XYZ | 30.15 | 43.43 | 11.07 | - |
| YUV | 160.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 60 | 0.28 | 0 | 0.69 | 0.25 | 84.55 | 0.52 | 0.49 |
| Hex | 8A | C0 | 3C | 1C | 0 | 45 | 19 | 55 | 34 | 31 |
| Octal | 212 | 300 | 74 | 34 | 0 | 105 | 31 | 125 | 64 | 61 |
| Binary | 10001010 | 11000000 | 111100 | 11100 | 0 | 1000101 | 11001 | 1010101 | 110100 | 110001 |
Color Harmonies of #8AC03C
Complementary color
Monochromatic Colors of #8AC03C
Black with #8AC03C
Text Example
Text Example
White with #8AC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC03C; }
p { color: rgb(138,192,60); }
H1.HeaderClassName
{
color: #8AC03C;
}
.AnyTagClassName
{
color: #8AC03C;
}
</style>
background-color css
<style>
a { background-color: #8AC03C; }
a { background-color: rgb(138,192,60); }
div.DivClassName
{
background-color: #8AC03C;
}
.BgClassName
{
background-color: #8AC03C;
}
</style>
border-color css
<style>
span { border-color: #8AC03C; }
span { border-color: rgb(138,192,60); }
td.TdClassName
{
border-color: #8AC03C;
}
.TagClassName
{
border-color: #8AC03C;
}
</style>