Shades of Yellow Green #8ACD1B
Tints of Yellow Green #8ACD1B
RGB
CMYK
RGB Variations
Color information
#8ACD1B (or 0x8ACD1B) is known color: Yellow Green. HEX triplet: 8A, CD and 1B. RGB value is (138,205,27). Sum of RGB (Red+Green+Blue) = 138+205+27=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD1B is #7532E4. Grayscale: #A5A5A5. Windows color (decimal): -7680741 or 1822090. OLE color: 1822090.
HSL color Cylindrical-coordinate representation of color #8ACD1B: hue angle of 82.58º 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 #8ACD1B is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 27 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.20 |
| HSL | 82.58º | 0.77% | 0.45% | - |
| HSV(B) | 82.58º | 0.87% | 0.8% | - |
| XYZ | 32.51 | 49.15 | 8.81 | - |
| YUV | 164.68 | 50.3 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 27 | 0.33 | 0 | 0.87 | 0.20 | 82.58 | 0.77 | 0.45 |
| Hex | 8A | CD | 1B | 21 | 0 | 57 | 14 | 53 | 4D | 2D |
| Octal | 212 | 315 | 33 | 41 | 0 | 127 | 24 | 123 | 115 | 55 |
| Binary | 10001010 | 11001101 | 11011 | 100001 | 0 | 1010111 | 10100 | 1010011 | 1001101 | 101101 |
Color Harmonies of #8ACD1B
Complementary color
Monochromatic Colors of #8ACD1B
Black with #8ACD1B
Text Example
Text Example
White with #8ACD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD1B; }
p { color: rgb(138,205,27); }
H1.HeaderClassName
{
color: #8ACD1B;
}
.AnyTagClassName
{
color: #8ACD1B;
}
</style>
background-color css
<style>
a { background-color: #8ACD1B; }
a { background-color: rgb(138,205,27); }
div.DivClassName
{
background-color: #8ACD1B;
}
.BgClassName
{
background-color: #8ACD1B;
}
</style>
border-color css
<style>
span { border-color: #8ACD1B; }
span { border-color: rgb(138,205,27); }
td.TdClassName
{
border-color: #8ACD1B;
}
.TagClassName
{
border-color: #8ACD1B;
}
</style>