Shades of Green Yellow #8AF93F
Tints of Green Yellow #8AF93F
RGB
CMYK
RGB Variations
Color information
#8AF93F (or 0x8AF93F) is known color: Green Yellow. HEX triplet: 8A, F9 and 3F. RGB value is (138,249,63). Sum of RGB (Red+Green+Blue) = 138+249+63=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF93F is #7506C0. Grayscale: #C3C3C3. Windows color (decimal): -7669441 or 4192650. OLE color: 4192650.
HSL color Cylindrical-coordinate representation of color #8AF93F: hue angle of 95.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF93F is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 63 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.02 |
| HSL | 95.81º | 0.94% | 0.61% | - |
| HSV(B) | 95.81º | 0.75% | 0.98% | - |
| XYZ | 45.25 | 73.51 | 16.51 | - |
| YUV | 194.61 | 53.73 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 63 | 0.45 | 0 | 0.75 | 0.02 | 95.81 | 0.94 | 0.61 |
| Hex | 8A | F9 | 3F | 2D | 0 | 4B | 2 | 60 | 5E | 3D |
| Octal | 212 | 371 | 77 | 55 | 0 | 113 | 2 | 140 | 136 | 75 |
| Binary | 10001010 | 11111001 | 111111 | 101101 | 0 | 1001011 | 10 | 1100000 | 1011110 | 111101 |
Color Harmonies of #8AF93F
Complementary color
Monochromatic Colors of #8AF93F
Black with #8AF93F
Text Example
Text Example
White with #8AF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF93F; }
p { color: rgb(138,249,63); }
H1.HeaderClassName
{
color: #8AF93F;
}
.AnyTagClassName
{
color: #8AF93F;
}
</style>
background-color css
<style>
a { background-color: #8AF93F; }
a { background-color: rgb(138,249,63); }
div.DivClassName
{
background-color: #8AF93F;
}
.BgClassName
{
background-color: #8AF93F;
}
</style>
border-color css
<style>
span { border-color: #8AF93F; }
span { border-color: rgb(138,249,63); }
td.TdClassName
{
border-color: #8AF93F;
}
.TagClassName
{
border-color: #8AF93F;
}
</style>