Shades of Green Yellow #9AFF1A
Tints of Green Yellow #9AFF1A
RGB
CMYK
RGB Variations
Color information
#9AFF1A (or 0x9AFF1A) is known color: Green Yellow. HEX triplet: 9A, FF and 1A. RGB value is (154,255,26). Sum of RGB (Red+Green+Blue) = 154+255+26=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFF1A is #6500E5. Grayscale: #C7C7C7. Windows color (decimal): -6619366 or 1769370. OLE color: 1769370.
HSL color Cylindrical-coordinate representation of color #9AFF1A: hue angle of 86.46º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AFF1A is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 26 | - |
| CMYK | 0.40 | 0 | 0.90 | 0 |
| HSL | 86.46º | 1% | 0.55% | - |
| HSV(B) | 86.46º | 0.9% | 1% | - |
| XYZ | 49.27 | 78.46 | 13.53 | - |
| YUV | 198.7 | 30.54 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 26 | 0.40 | 0 | 0.90 | 0 | 86.46 | 1 | 0.55 |
| Hex | 9A | FF | 1A | 28 | 0 | 5A | 0 | 56 | 64 | 37 |
| Octal | 232 | 377 | 32 | 50 | 0 | 132 | 0 | 126 | 144 | 67 |
| Binary | 10011010 | 11111111 | 11010 | 101000 | 0 | 1011010 | 0 | 1010110 | 1100100 | 110111 |
Color Harmonies of #9AFF1A
Complementary color
Monochromatic Colors of #9AFF1A
Black with #9AFF1A
Text Example
Text Example
White with #9AFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF1A; }
p { color: rgb(154,255,26); }
H1.HeaderClassName
{
color: #9AFF1A;
}
.AnyTagClassName
{
color: #9AFF1A;
}
</style>
background-color css
<style>
a { background-color: #9AFF1A; }
a { background-color: rgb(154,255,26); }
div.DivClassName
{
background-color: #9AFF1A;
}
.BgClassName
{
background-color: #9AFF1A;
}
</style>
border-color css
<style>
span { border-color: #9AFF1A; }
span { border-color: rgb(154,255,26); }
td.TdClassName
{
border-color: #9AFF1A;
}
.TagClassName
{
border-color: #9AFF1A;
}
</style>