Shades of Yellow Green #8AC233
Tints of Yellow Green #8AC233
RGB
CMYK
RGB Variations
Color information
#8AC233 (or 0x8AC233) is known color: Yellow Green. HEX triplet: 8A, C2 and 33. RGB value is (138,194,51). Sum of RGB (Red+Green+Blue) = 138+194+51=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC233 is #753DCC. Grayscale: #A1A1A1. Windows color (decimal): -7683533 or 3392138. OLE color: 3392138.
HSL color Cylindrical-coordinate representation of color #8AC233: hue angle of 83.5º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AC233 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 51 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.24 |
| HSL | 83.5º | 0.58% | 0.48% | - |
| HSV(B) | 83.5º | 0.74% | 0.76% | - |
| XYZ | 30.37 | 44.23 | 10.07 | - |
| YUV | 160.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 51 | 0.29 | 0 | 0.74 | 0.24 | 83.5 | 0.58 | 0.48 |
| Hex | 8A | C2 | 33 | 1D | 0 | 4A | 18 | 53 | 3A | 30 |
| Octal | 212 | 302 | 63 | 35 | 0 | 112 | 30 | 123 | 72 | 60 |
| Binary | 10001010 | 11000010 | 110011 | 11101 | 0 | 1001010 | 11000 | 1010011 | 111010 | 110000 |
Color Harmonies of #8AC233
Complementary color
Monochromatic Colors of #8AC233
Black with #8AC233
Text Example
Text Example
White with #8AC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC233; }
p { color: rgb(138,194,51); }
H1.HeaderClassName
{
color: #8AC233;
}
.AnyTagClassName
{
color: #8AC233;
}
</style>
background-color css
<style>
a { background-color: #8AC233; }
a { background-color: rgb(138,194,51); }
div.DivClassName
{
background-color: #8AC233;
}
.BgClassName
{
background-color: #8AC233;
}
</style>
border-color css
<style>
span { border-color: #8AC233; }
span { border-color: rgb(138,194,51); }
td.TdClassName
{
border-color: #8AC233;
}
.TagClassName
{
border-color: #8AC233;
}
</style>