Shades of Yellow Green #9BCD1C
Tints of Yellow Green #9BCD1C
RGB
CMYK
RGB Variations
Color information
#9BCD1C (or 0x9BCD1C) is known color: Yellow Green. HEX triplet: 9B, CD and 1C. RGB value is (155,205,28). Sum of RGB (Red+Green+Blue) = 155+205+28=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD1C is #6432E3. Grayscale: #AAAAAA. Windows color (decimal): -6566628 or 1887643. OLE color: 1887643.
HSL color Cylindrical-coordinate representation of color #9BCD1C: hue angle of 76.95º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BCD1C is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 28 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.20 |
| HSL | 76.95º | 0.76% | 0.46% | - |
| HSV(B) | 76.95º | 0.86% | 0.8% | - |
| XYZ | 35.56 | 50.72 | 9.01 | - |
| YUV | 169.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 28 | 0.24 | 0 | 0.86 | 0.20 | 76.95 | 0.76 | 0.46 |
| Hex | 9B | CD | 1C | 18 | 0 | 56 | 14 | 4D | 4C | 2E |
| Octal | 233 | 315 | 34 | 30 | 0 | 126 | 24 | 115 | 114 | 56 |
| Binary | 10011011 | 11001101 | 11100 | 11000 | 0 | 1010110 | 10100 | 1001101 | 1001100 | 101110 |
Color Harmonies of #9BCD1C
Complementary color
Monochromatic Colors of #9BCD1C
Black with #9BCD1C
Text Example
Text Example
White with #9BCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD1C; }
p { color: rgb(155,205,28); }
H1.HeaderClassName
{
color: #9BCD1C;
}
.AnyTagClassName
{
color: #9BCD1C;
}
</style>
background-color css
<style>
a { background-color: #9BCD1C; }
a { background-color: rgb(155,205,28); }
div.DivClassName
{
background-color: #9BCD1C;
}
.BgClassName
{
background-color: #9BCD1C;
}
</style>
border-color css
<style>
span { border-color: #9BCD1C; }
span { border-color: rgb(155,205,28); }
td.TdClassName
{
border-color: #9BCD1C;
}
.TagClassName
{
border-color: #9BCD1C;
}
</style>