Shades of Green Yellow #9AFF1D
Tints of Green Yellow #9AFF1D
RGB
CMYK
RGB Variations
Color information
#9AFF1D (or 0x9AFF1D) is known color: Green Yellow. HEX triplet: 9A, FF and 1D. RGB value is (154,255,29). Sum of RGB (Red+Green+Blue) = 154+255+29=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFF1D is #6500E2. Grayscale: #C7C7C7. Windows color (decimal): -6619363 or 1965978. OLE color: 1965978.
HSL color Cylindrical-coordinate representation of color #9AFF1D: hue angle of 86.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AFF1D is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 29 | - |
| CMYK | 0.40 | 0 | 0.89 | 0 |
| HSL | 86.81º | 1% | 0.56% | - |
| HSV(B) | 86.81º | 0.89% | 1% | - |
| XYZ | 49.31 | 78.48 | 13.71 | - |
| YUV | 199.04 | 32.04 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 29 | 0.40 | 0 | 0.89 | 0 | 86.81 | 1 | 0.56 |
| Hex | 9A | FF | 1D | 28 | 0 | 59 | 0 | 57 | 64 | 38 |
| Octal | 232 | 377 | 35 | 50 | 0 | 131 | 0 | 127 | 144 | 70 |
| Binary | 10011010 | 11111111 | 11101 | 101000 | 0 | 1011001 | 0 | 1010111 | 1100100 | 111000 |
Color Harmonies of #9AFF1D
Complementary color
Monochromatic Colors of #9AFF1D
Black with #9AFF1D
Text Example
Text Example
White with #9AFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF1D; }
p { color: rgb(154,255,29); }
H1.HeaderClassName
{
color: #9AFF1D;
}
.AnyTagClassName
{
color: #9AFF1D;
}
</style>
background-color css
<style>
a { background-color: #9AFF1D; }
a { background-color: rgb(154,255,29); }
div.DivClassName
{
background-color: #9AFF1D;
}
.BgClassName
{
background-color: #9AFF1D;
}
</style>
border-color css
<style>
span { border-color: #9AFF1D; }
span { border-color: rgb(154,255,29); }
td.TdClassName
{
border-color: #9AFF1D;
}
.TagClassName
{
border-color: #9AFF1D;
}
</style>