Shades of Yellow Green #9ADA1E
Tints of Yellow Green #9ADA1E
RGB
CMYK
RGB Variations
Color information
#9ADA1E (or 0x9ADA1E) is known color: Yellow Green. HEX triplet: 9A, DA and 1E. RGB value is (154,218,30). Sum of RGB (Red+Green+Blue) = 154+218+30=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA1E is #6525E1. Grayscale: #B2B2B2. Windows color (decimal): -6628834 or 2022042. OLE color: 2022042.
HSL color Cylindrical-coordinate representation of color #9ADA1E: hue angle of 80.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9ADA1E is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 30 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.15 |
| HSL | 80.43º | 0.76% | 0.49% | - |
| HSV(B) | 80.43º | 0.86% | 0.85% | - |
| XYZ | 38.63 | 57.11 | 10.21 | - |
| YUV | 177.43 | 44.8 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 30 | 0.29 | 0 | 0.86 | 0.15 | 80.43 | 0.76 | 0.49 |
| Hex | 9A | DA | 1E | 1D | 0 | 56 | F | 50 | 4C | 31 |
| Octal | 232 | 332 | 36 | 35 | 0 | 126 | 17 | 120 | 114 | 61 |
| Binary | 10011010 | 11011010 | 11110 | 11101 | 0 | 1010110 | 1111 | 1010000 | 1001100 | 110001 |
Color Harmonies of #9ADA1E
Complementary color
Monochromatic Colors of #9ADA1E
Black with #9ADA1E
Text Example
Text Example
White with #9ADA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA1E; }
p { color: rgb(154,218,30); }
H1.HeaderClassName
{
color: #9ADA1E;
}
.AnyTagClassName
{
color: #9ADA1E;
}
</style>
background-color css
<style>
a { background-color: #9ADA1E; }
a { background-color: rgb(154,218,30); }
div.DivClassName
{
background-color: #9ADA1E;
}
.BgClassName
{
background-color: #9ADA1E;
}
</style>
border-color css
<style>
span { border-color: #9ADA1E; }
span { border-color: rgb(154,218,30); }
td.TdClassName
{
border-color: #9ADA1E;
}
.TagClassName
{
border-color: #9ADA1E;
}
</style>