Shades of Yellow Green #9ACD1F
Tints of Yellow Green #9ACD1F
RGB
CMYK
RGB Variations
Color information
#9ACD1F (or 0x9ACD1F) is known color: Yellow Green. HEX triplet: 9A, CD and 1F. RGB value is (154,205,31). Sum of RGB (Red+Green+Blue) = 154+205+31=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD1F is #6532E0. Grayscale: #AAAAAA. Windows color (decimal): -6632161 or 2084250. OLE color: 2084250.
HSL color Cylindrical-coordinate representation of color #9ACD1F: hue angle of 77.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9ACD1F is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 31 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.20 |
| HSL | 77.59º | 0.74% | 0.46% | - |
| HSV(B) | 77.59º | 0.85% | 0.8% | - |
| XYZ | 35.41 | 50.63 | 9.2 | - |
| YUV | 169.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 31 | 0.25 | 0 | 0.85 | 0.20 | 77.59 | 0.74 | 0.46 |
| Hex | 9A | CD | 1F | 19 | 0 | 55 | 14 | 4E | 4A | 2E |
| Octal | 232 | 315 | 37 | 31 | 0 | 125 | 24 | 116 | 112 | 56 |
| Binary | 10011010 | 11001101 | 11111 | 11001 | 0 | 1010101 | 10100 | 1001110 | 1001010 | 101110 |
Color Harmonies of #9ACD1F
Complementary color
Monochromatic Colors of #9ACD1F
Black with #9ACD1F
Text Example
Text Example
White with #9ACD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD1F; }
p { color: rgb(154,205,31); }
H1.HeaderClassName
{
color: #9ACD1F;
}
.AnyTagClassName
{
color: #9ACD1F;
}
</style>
background-color css
<style>
a { background-color: #9ACD1F; }
a { background-color: rgb(154,205,31); }
div.DivClassName
{
background-color: #9ACD1F;
}
.BgClassName
{
background-color: #9ACD1F;
}
</style>
border-color css
<style>
span { border-color: #9ACD1F; }
span { border-color: rgb(154,205,31); }
td.TdClassName
{
border-color: #9ACD1F;
}
.TagClassName
{
border-color: #9ACD1F;
}
</style>