Shades of Yellow Green #8ACB2B
Tints of Yellow Green #8ACB2B
RGB
CMYK
RGB Variations
Color information
#8ACB2B (or 0x8ACB2B) is known color: Yellow Green. HEX triplet: 8A, CB and 2B. RGB value is (138,203,43). Sum of RGB (Red+Green+Blue) = 138+203+43=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB2B is #7534D4. Grayscale: #A5A5A5. Windows color (decimal): -7681237 or 2870154. OLE color: 2870154.
HSL color Cylindrical-coordinate representation of color #8ACB2B: hue angle of 84.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8ACB2B is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 43 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.20 |
| HSL | 84.38º | 0.65% | 0.48% | - |
| HSV(B) | 84.38º | 0.79% | 0.8% | - |
| XYZ | 32.27 | 48.29 | 9.91 | - |
| YUV | 165.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 43 | 0.32 | 0 | 0.79 | 0.20 | 84.38 | 0.65 | 0.48 |
| Hex | 8A | CB | 2B | 20 | 0 | 4F | 14 | 54 | 41 | 30 |
| Octal | 212 | 313 | 53 | 40 | 0 | 117 | 24 | 124 | 101 | 60 |
| Binary | 10001010 | 11001011 | 101011 | 100000 | 0 | 1001111 | 10100 | 1010100 | 1000001 | 110000 |
Color Harmonies of #8ACB2B
Complementary color
Monochromatic Colors of #8ACB2B
Black with #8ACB2B
Text Example
Text Example
White with #8ACB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB2B; }
p { color: rgb(138,203,43); }
H1.HeaderClassName
{
color: #8ACB2B;
}
.AnyTagClassName
{
color: #8ACB2B;
}
</style>
background-color css
<style>
a { background-color: #8ACB2B; }
a { background-color: rgb(138,203,43); }
div.DivClassName
{
background-color: #8ACB2B;
}
.BgClassName
{
background-color: #8ACB2B;
}
</style>
border-color css
<style>
span { border-color: #8ACB2B; }
span { border-color: rgb(138,203,43); }
td.TdClassName
{
border-color: #8ACB2B;
}
.TagClassName
{
border-color: #8ACB2B;
}
</style>