Shades of Green Yellow #8AF32B
Tints of Green Yellow #8AF32B
RGB
CMYK
RGB Variations
Color information
#8AF32B (or 0x8AF32B) is known color: Green Yellow. HEX triplet: 8A, F3 and 2B. RGB value is (138,243,43). Sum of RGB (Red+Green+Blue) = 138+243+43=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF32B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF32B is #750CD4. Grayscale: #BDBDBD. Windows color (decimal): -7670997 or 2880394. OLE color: 2880394.
HSL color Cylindrical-coordinate representation of color #8AF32B: hue angle of 91.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AF32B is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 43 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.05 |
| HSL | 91.5º | 0.89% | 0.56% | - |
| HSV(B) | 91.5º | 0.82% | 0.95% | - |
| XYZ | 42.97 | 69.68 | 13.47 | - |
| YUV | 188.81 | 45.71 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 43 | 0.43 | 0 | 0.82 | 0.05 | 91.5 | 0.89 | 0.56 |
| Hex | 8A | F3 | 2B | 2B | 0 | 52 | 5 | 5C | 59 | 38 |
| Octal | 212 | 363 | 53 | 53 | 0 | 122 | 5 | 134 | 131 | 70 |
| Binary | 10001010 | 11110011 | 101011 | 101011 | 0 | 1010010 | 101 | 1011100 | 1011001 | 111000 |
Color Harmonies of #8AF32B
Complementary color
Monochromatic Colors of #8AF32B
Black with #8AF32B
Text Example
Text Example
White with #8AF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF32B; }
p { color: rgb(138,243,43); }
H1.HeaderClassName
{
color: #8AF32B;
}
.AnyTagClassName
{
color: #8AF32B;
}
</style>
background-color css
<style>
a { background-color: #8AF32B; }
a { background-color: rgb(138,243,43); }
div.DivClassName
{
background-color: #8AF32B;
}
.BgClassName
{
background-color: #8AF32B;
}
</style>
border-color css
<style>
span { border-color: #8AF32B; }
span { border-color: rgb(138,243,43); }
td.TdClassName
{
border-color: #8AF32B;
}
.TagClassName
{
border-color: #8AF32B;
}
</style>