Shades of Green Yellow #99FF2A
Tints of Green Yellow #99FF2A
RGB
CMYK
RGB Variations
Color information
#99FF2A (or 0x99FF2A) is known color: Green Yellow. HEX triplet: 99, FF and 2A. RGB value is (153,255,42). Sum of RGB (Red+Green+Blue) = 153+255+42=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #99FF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99FF2A is #6600D5. Grayscale: #C8C8C8. Windows color (decimal): -6684886 or 2817945. OLE color: 2817945.
HSL color Cylindrical-coordinate representation of color #99FF2A: hue angle of 88.73º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99FF2A is Cyan = 0.4, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 42 | - |
| CMYK | 0.4 | 0 | 0.84 | 0 |
| HSL | 88.73º | 1% | 0.58% | - |
| HSV(B) | 88.73º | 0.84% | 1% | - |
| XYZ | 49.31 | 78.46 | 14.74 | - |
| YUV | 200.22 | 38.71 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 42 | 0.4 | 0 | 0.84 | 0 | 88.73 | 1 | 0.58 |
| Hex | 99 | FF | 2A | 28 | 0 | 54 | 0 | 59 | 64 | 3A |
| Octal | 231 | 377 | 52 | 50 | 0 | 124 | 0 | 131 | 144 | 72 |
| Binary | 10011001 | 11111111 | 101010 | 101000 | 0 | 1010100 | 0 | 1011001 | 1100100 | 111010 |
Color Harmonies of #99FF2A
Complementary color
Monochromatic Colors of #99FF2A
Black with #99FF2A
Text Example
Text Example
White with #99FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FF2A; }
p { color: rgb(153,255,42); }
H1.HeaderClassName
{
color: #99FF2A;
}
.AnyTagClassName
{
color: #99FF2A;
}
</style>
background-color css
<style>
a { background-color: #99FF2A; }
a { background-color: rgb(153,255,42); }
div.DivClassName
{
background-color: #99FF2A;
}
.BgClassName
{
background-color: #99FF2A;
}
</style>
border-color css
<style>
span { border-color: #99FF2A; }
span { border-color: rgb(153,255,42); }
td.TdClassName
{
border-color: #99FF2A;
}
.TagClassName
{
border-color: #99FF2A;
}
</style>