Shades of Yellow Green #9ADC30
Tints of Yellow Green #9ADC30
RGB
CMYK
RGB Variations
Color information
#9ADC30 (or 0x9ADC30) is known color: Yellow Green. HEX triplet: 9A, DC and 30. RGB value is (154,220,48). Sum of RGB (Red+Green+Blue) = 154+220+48=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC30 is #6523CF. Grayscale: #B5B5B5. Windows color (decimal): -6628304 or 3202202. OLE color: 3202202.
HSL color Cylindrical-coordinate representation of color #9ADC30: hue angle of 83.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9ADC30 is Cyan = 0.3, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 48 | - |
| CMYK | 0.3 | 0 | 0.78 | 0.14 |
| HSL | 83.02º | 0.71% | 0.53% | - |
| HSV(B) | 83.02º | 0.78% | 0.86% | - |
| XYZ | 39.45 | 58.27 | 11.96 | - |
| YUV | 180.66 | 53.13 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 48 | 0.3 | 0 | 0.78 | 0.14 | 83.02 | 0.71 | 0.53 |
| Hex | 9A | DC | 30 | 1E | 0 | 4E | E | 53 | 47 | 35 |
| Octal | 232 | 334 | 60 | 36 | 0 | 116 | 16 | 123 | 107 | 65 |
| Binary | 10011010 | 11011100 | 110000 | 11110 | 0 | 1001110 | 1110 | 1010011 | 1000111 | 110101 |
Color Harmonies of #9ADC30
Complementary color
Monochromatic Colors of #9ADC30
Black with #9ADC30
Text Example
Text Example
White with #9ADC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC30; }
p { color: rgb(154,220,48); }
H1.HeaderClassName
{
color: #9ADC30;
}
.AnyTagClassName
{
color: #9ADC30;
}
</style>
background-color css
<style>
a { background-color: #9ADC30; }
a { background-color: rgb(154,220,48); }
div.DivClassName
{
background-color: #9ADC30;
}
.BgClassName
{
background-color: #9ADC30;
}
</style>
border-color css
<style>
span { border-color: #9ADC30; }
span { border-color: rgb(154,220,48); }
td.TdClassName
{
border-color: #9ADC30;
}
.TagClassName
{
border-color: #9ADC30;
}
</style>