Shades of Yellow Green #8AC326
Tints of Yellow Green #8AC326
RGB
CMYK
RGB Variations
Color information
#8AC326 (or 0x8AC326) is known color: Yellow Green. HEX triplet: 8A, C3 and 26. RGB value is (138,195,38). Sum of RGB (Red+Green+Blue) = 138+195+38=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC326 is #753CD9. Grayscale: #A0A0A0. Windows color (decimal): -7683290 or 2540426. OLE color: 2540426.
HSL color Cylindrical-coordinate representation of color #8AC326: hue angle of 81.78º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AC326 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 38 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.24 |
| HSL | 81.78º | 0.67% | 0.46% | - |
| HSV(B) | 81.78º | 0.81% | 0.76% | - |
| XYZ | 30.35 | 44.57 | 8.84 | - |
| YUV | 160.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 38 | 0.29 | 0 | 0.81 | 0.24 | 81.78 | 0.67 | 0.46 |
| Hex | 8A | C3 | 26 | 1D | 0 | 51 | 18 | 52 | 43 | 2E |
| Octal | 212 | 303 | 46 | 35 | 0 | 121 | 30 | 122 | 103 | 56 |
| Binary | 10001010 | 11000011 | 100110 | 11101 | 0 | 1010001 | 11000 | 1010010 | 1000011 | 101110 |
Color Harmonies of #8AC326
Complementary color
Monochromatic Colors of #8AC326
Black with #8AC326
Text Example
Text Example
White with #8AC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC326; }
p { color: rgb(138,195,38); }
H1.HeaderClassName
{
color: #8AC326;
}
.AnyTagClassName
{
color: #8AC326;
}
</style>
background-color css
<style>
a { background-color: #8AC326; }
a { background-color: rgb(138,195,38); }
div.DivClassName
{
background-color: #8AC326;
}
.BgClassName
{
background-color: #8AC326;
}
</style>
border-color css
<style>
span { border-color: #8AC326; }
span { border-color: rgb(138,195,38); }
td.TdClassName
{
border-color: #8AC326;
}
.TagClassName
{
border-color: #8AC326;
}
</style>