Shades of Yellow Green #8ACC1B
Tints of Yellow Green #8ACC1B
RGB
CMYK
RGB Variations
Color information
#8ACC1B (or 0x8ACC1B) is known color: Yellow Green. HEX triplet: 8A, CC and 1B. RGB value is (138,204,27). Sum of RGB (Red+Green+Blue) = 138+204+27=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC1B is #7533E4. Grayscale: #A4A4A4. Windows color (decimal): -7680997 or 1821834. OLE color: 1821834.
HSL color Cylindrical-coordinate representation of color #8ACC1B: hue angle of 82.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ACC1B is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 27 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.2 |
| HSL | 82.37º | 0.77% | 0.45% | - |
| HSV(B) | 82.37º | 0.87% | 0.8% | - |
| XYZ | 32.27 | 48.67 | 8.73 | - |
| YUV | 164.09 | 50.63 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 27 | 0.32 | 0 | 0.87 | 0.2 | 82.37 | 0.77 | 0.45 |
| Hex | 8A | CC | 1B | 20 | 0 | 57 | 14 | 52 | 4D | 2D |
| Octal | 212 | 314 | 33 | 40 | 0 | 127 | 24 | 122 | 115 | 55 |
| Binary | 10001010 | 11001100 | 11011 | 100000 | 0 | 1010111 | 10100 | 1010010 | 1001101 | 101101 |
Color Harmonies of #8ACC1B
Complementary color
Monochromatic Colors of #8ACC1B
Black with #8ACC1B
Text Example
Text Example
White with #8ACC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC1B; }
p { color: rgb(138,204,27); }
H1.HeaderClassName
{
color: #8ACC1B;
}
.AnyTagClassName
{
color: #8ACC1B;
}
</style>
background-color css
<style>
a { background-color: #8ACC1B; }
a { background-color: rgb(138,204,27); }
div.DivClassName
{
background-color: #8ACC1B;
}
.BgClassName
{
background-color: #8ACC1B;
}
</style>
border-color css
<style>
span { border-color: #8ACC1B; }
span { border-color: rgb(138,204,27); }
td.TdClassName
{
border-color: #8ACC1B;
}
.TagClassName
{
border-color: #8ACC1B;
}
</style>