Shades of Yellow Green #8AC227
Tints of Yellow Green #8AC227
RGB
CMYK
RGB Variations
Color information
#8AC227 (or 0x8AC227) is known color: Yellow Green. HEX triplet: 8A, C2 and 27. RGB value is (138,194,39). Sum of RGB (Red+Green+Blue) = 138+194+39=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC227 is #753DD8. Grayscale: #A0A0A0. Windows color (decimal): -7683545 or 2605706. OLE color: 2605706.
HSL color Cylindrical-coordinate representation of color #8AC227: hue angle of 81.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AC227 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 39 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.24 |
| HSL | 81.68º | 0.67% | 0.46% | - |
| HSV(B) | 81.68º | 0.8% | 0.76% | - |
| XYZ | 30.14 | 44.13 | 8.85 | - |
| YUV | 159.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 39 | 0.29 | 0 | 0.80 | 0.24 | 81.68 | 0.67 | 0.46 |
| Hex | 8A | C2 | 27 | 1D | 0 | 50 | 18 | 52 | 43 | 2E |
| Octal | 212 | 302 | 47 | 35 | 0 | 120 | 30 | 122 | 103 | 56 |
| Binary | 10001010 | 11000010 | 100111 | 11101 | 0 | 1010000 | 11000 | 1010010 | 1000011 | 101110 |
Color Harmonies of #8AC227
Complementary color
Monochromatic Colors of #8AC227
Black with #8AC227
Text Example
Text Example
White with #8AC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC227; }
p { color: rgb(138,194,39); }
H1.HeaderClassName
{
color: #8AC227;
}
.AnyTagClassName
{
color: #8AC227;
}
</style>
background-color css
<style>
a { background-color: #8AC227; }
a { background-color: rgb(138,194,39); }
div.DivClassName
{
background-color: #8AC227;
}
.BgClassName
{
background-color: #8AC227;
}
</style>
border-color css
<style>
span { border-color: #8AC227; }
span { border-color: rgb(138,194,39); }
td.TdClassName
{
border-color: #8AC227;
}
.TagClassName
{
border-color: #8AC227;
}
</style>