Shades of Green Yellow #8AF93D
Tints of Green Yellow #8AF93D
RGB
CMYK
RGB Variations
Color information
#8AF93D (or 0x8AF93D) is known color: Green Yellow. HEX triplet: 8A, F9 and 3D. RGB value is (138,249,61). Sum of RGB (Red+Green+Blue) = 138+249+61=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF93D is #7506C2. Grayscale: #C3C3C3. Windows color (decimal): -7669443 or 4061578. OLE color: 4061578.
HSL color Cylindrical-coordinate representation of color #8AF93D: hue angle of 95.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AF93D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 61 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.02 |
| HSL | 95.43º | 0.94% | 0.61% | - |
| HSV(B) | 95.43º | 0.76% | 0.98% | - |
| XYZ | 45.2 | 73.49 | 16.22 | - |
| YUV | 194.38 | 52.73 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 61 | 0.45 | 0 | 0.76 | 0.02 | 95.43 | 0.94 | 0.61 |
| Hex | 8A | F9 | 3D | 2D | 0 | 4C | 2 | 5F | 5E | 3D |
| Octal | 212 | 371 | 75 | 55 | 0 | 114 | 2 | 137 | 136 | 75 |
| Binary | 10001010 | 11111001 | 111101 | 101101 | 0 | 1001100 | 10 | 1011111 | 1011110 | 111101 |
Color Harmonies of #8AF93D
Complementary color
Monochromatic Colors of #8AF93D
Black with #8AF93D
Text Example
Text Example
White with #8AF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF93D; }
p { color: rgb(138,249,61); }
H1.HeaderClassName
{
color: #8AF93D;
}
.AnyTagClassName
{
color: #8AF93D;
}
</style>
background-color css
<style>
a { background-color: #8AF93D; }
a { background-color: rgb(138,249,61); }
div.DivClassName
{
background-color: #8AF93D;
}
.BgClassName
{
background-color: #8AF93D;
}
</style>
border-color css
<style>
span { border-color: #8AF93D; }
span { border-color: rgb(138,249,61); }
td.TdClassName
{
border-color: #8AF93D;
}
.TagClassName
{
border-color: #8AF93D;
}
</style>