Shades of Green Yellow #9AEB32
Tints of Green Yellow #9AEB32
RGB
CMYK
RGB Variations
Color information
#9AEB32 (or 0x9AEB32) is known color: Green Yellow. HEX triplet: 9A, EB and 32. RGB value is (154,235,50). Sum of RGB (Red+Green+Blue) = 154+235+50=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AEB32 is #6514CD. Grayscale: #BEBEBE. Windows color (decimal): -6624462 or 3337114. OLE color: 3337114.
HSL color Cylindrical-coordinate representation of color #9AEB32: hue angle of 86.27º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9AEB32 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 50 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.08 |
| HSL | 86.27º | 0.82% | 0.56% | - |
| HSV(B) | 86.27º | 0.79% | 0.92% | - |
| XYZ | 43.61 | 66.52 | 13.56 | - |
| YUV | 189.69 | 49.16 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 50 | 0.34 | 0 | 0.79 | 0.08 | 86.27 | 0.82 | 0.56 |
| Hex | 9A | EB | 32 | 22 | 0 | 4F | 8 | 56 | 52 | 38 |
| Octal | 232 | 353 | 62 | 42 | 0 | 117 | 10 | 126 | 122 | 70 |
| Binary | 10011010 | 11101011 | 110010 | 100010 | 0 | 1001111 | 1000 | 1010110 | 1010010 | 111000 |
Color Harmonies of #9AEB32
Complementary color
Monochromatic Colors of #9AEB32
Black with #9AEB32
Text Example
Text Example
White with #9AEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEB32; }
p { color: rgb(154,235,50); }
H1.HeaderClassName
{
color: #9AEB32;
}
.AnyTagClassName
{
color: #9AEB32;
}
</style>
background-color css
<style>
a { background-color: #9AEB32; }
a { background-color: rgb(154,235,50); }
div.DivClassName
{
background-color: #9AEB32;
}
.BgClassName
{
background-color: #9AEB32;
}
</style>
border-color css
<style>
span { border-color: #9AEB32; }
span { border-color: rgb(154,235,50); }
td.TdClassName
{
border-color: #9AEB32;
}
.TagClassName
{
border-color: #9AEB32;
}
</style>