Shades of Green Yellow #8AF529
Tints of Green Yellow #8AF529
RGB
CMYK
RGB Variations
Color information
#8AF529 (or 0x8AF529) is known color: Green Yellow. HEX triplet: 8A, F5 and 29. RGB value is (138,245,41). Sum of RGB (Red+Green+Blue) = 138+245+41=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF529 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF529 is #750AD6. Grayscale: #BEBEBE. Windows color (decimal): -7670487 or 2749834. OLE color: 2749834.
HSL color Cylindrical-coordinate representation of color #8AF529: hue angle of 91.47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AF529 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 41 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.04 |
| HSL | 91.47º | 0.91% | 0.56% | - |
| HSV(B) | 91.47º | 0.83% | 0.96% | - |
| XYZ | 43.53 | 70.87 | 13.48 | - |
| YUV | 189.75 | 44.05 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 41 | 0.44 | 0 | 0.83 | 0.04 | 91.47 | 0.91 | 0.56 |
| Hex | 8A | F5 | 29 | 2C | 0 | 53 | 4 | 5B | 5B | 38 |
| Octal | 212 | 365 | 51 | 54 | 0 | 123 | 4 | 133 | 133 | 70 |
| Binary | 10001010 | 11110101 | 101001 | 101100 | 0 | 1010011 | 100 | 1011011 | 1011011 | 111000 |
Color Harmonies of #8AF529
Complementary color
Monochromatic Colors of #8AF529
Black with #8AF529
Text Example
Text Example
White with #8AF529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF529; }
p { color: rgb(138,245,41); }
H1.HeaderClassName
{
color: #8AF529;
}
.AnyTagClassName
{
color: #8AF529;
}
</style>
background-color css
<style>
a { background-color: #8AF529; }
a { background-color: rgb(138,245,41); }
div.DivClassName
{
background-color: #8AF529;
}
.BgClassName
{
background-color: #8AF529;
}
</style>
border-color css
<style>
span { border-color: #8AF529; }
span { border-color: rgb(138,245,41); }
td.TdClassName
{
border-color: #8AF529;
}
.TagClassName
{
border-color: #8AF529;
}
</style>