Shades of Green Yellow #9AFF42
Tints of Green Yellow #9AFF42
RGB
CMYK
RGB Variations
Color information
#9AFF42 (or 0x9AFF42) is known color: Green Yellow. HEX triplet: 9A, FF and 42. RGB value is (154,255,66). Sum of RGB (Red+Green+Blue) = 154+255+66=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFF42 is #6500BD. Grayscale: #CBCBCB. Windows color (decimal): -6619326 or 4390810. OLE color: 4390810.
HSL color Cylindrical-coordinate representation of color #9AFF42: hue angle of 92.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AFF42 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 66 | - |
| CMYK | 0.40 | 0 | 0.74 | 0 |
| HSL | 92.06º | 1% | 0.63% | - |
| HSV(B) | 92.06º | 0.74% | 1% | - |
| XYZ | 50.07 | 78.78 | 17.72 | - |
| YUV | 203.26 | 50.54 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 66 | 0.40 | 0 | 0.74 | 0 | 92.06 | 1 | 0.63 |
| Hex | 9A | FF | 42 | 28 | 0 | 4A | 0 | 5C | 64 | 3F |
| Octal | 232 | 377 | 102 | 50 | 0 | 112 | 0 | 134 | 144 | 77 |
| Binary | 10011010 | 11111111 | 1000010 | 101000 | 0 | 1001010 | 0 | 1011100 | 1100100 | 111111 |
Color Harmonies of #9AFF42
Complementary color
Monochromatic Colors of #9AFF42
Black with #9AFF42
Text Example
Text Example
White with #9AFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF42; }
p { color: rgb(154,255,66); }
H1.HeaderClassName
{
color: #9AFF42;
}
.AnyTagClassName
{
color: #9AFF42;
}
</style>
background-color css
<style>
a { background-color: #9AFF42; }
a { background-color: rgb(154,255,66); }
div.DivClassName
{
background-color: #9AFF42;
}
.BgClassName
{
background-color: #9AFF42;
}
</style>
border-color css
<style>
span { border-color: #9AFF42; }
span { border-color: rgb(154,255,66); }
td.TdClassName
{
border-color: #9AFF42;
}
.TagClassName
{
border-color: #9AFF42;
}
</style>