Shades of Yellow Green #9AD82D
Tints of Yellow Green #9AD82D
RGB
CMYK
RGB Variations
Color information
#9AD82D (or 0x9AD82D) is known color: Yellow Green. HEX triplet: 9A, D8 and 2D. RGB value is (154,216,45). Sum of RGB (Red+Green+Blue) = 154+216+45=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD82D is #6527D2. Grayscale: #B2B2B2. Windows color (decimal): -6629331 or 3004570. OLE color: 3004570.
HSL color Cylindrical-coordinate representation of color #9AD82D: hue angle of 81.75º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9AD82D is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 45 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.15 |
| HSL | 81.75º | 0.69% | 0.51% | - |
| HSV(B) | 81.75º | 0.79% | 0.85% | - |
| XYZ | 38.36 | 56.17 | 11.3 | - |
| YUV | 177.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 45 | 0.29 | 0 | 0.79 | 0.15 | 81.75 | 0.69 | 0.51 |
| Hex | 9A | D8 | 2D | 1D | 0 | 4F | F | 52 | 45 | 33 |
| Octal | 232 | 330 | 55 | 35 | 0 | 117 | 17 | 122 | 105 | 63 |
| Binary | 10011010 | 11011000 | 101101 | 11101 | 0 | 1001111 | 1111 | 1010010 | 1000101 | 110011 |
Color Harmonies of #9AD82D
Complementary color
Monochromatic Colors of #9AD82D
Black with #9AD82D
Text Example
Text Example
White with #9AD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD82D; }
p { color: rgb(154,216,45); }
H1.HeaderClassName
{
color: #9AD82D;
}
.AnyTagClassName
{
color: #9AD82D;
}
</style>
background-color css
<style>
a { background-color: #9AD82D; }
a { background-color: rgb(154,216,45); }
div.DivClassName
{
background-color: #9AD82D;
}
.BgClassName
{
background-color: #9AD82D;
}
</style>
border-color css
<style>
span { border-color: #9AD82D; }
span { border-color: rgb(154,216,45); }
td.TdClassName
{
border-color: #9AD82D;
}
.TagClassName
{
border-color: #9AD82D;
}
</style>