Shades of Green Yellow #A8F13C
Tints of Green Yellow #A8F13C
RGB
CMYK
RGB Variations
Color information
#A8F13C (or 0xA8F13C) is known color: Green Yellow. HEX triplet: A8, F1 and 3C. RGB value is (168,241,60). Sum of RGB (Red+Green+Blue) = 168+241+60=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F13C is #570EC3. Grayscale: #C7C7C7. Windows color (decimal): -5705412 or 3994024. OLE color: 3994024.
HSL color Cylindrical-coordinate representation of color #A8F13C: hue angle of 84.2º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8F13C is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 60 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.05 |
| HSL | 84.2º | 0.87% | 0.59% | - |
| HSV(B) | 84.2º | 0.75% | 0.95% | - |
| XYZ | 48.42 | 71.56 | 15.54 | - |
| YUV | 198.54 | 49.82 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 60 | 0.30 | 0 | 0.75 | 0.05 | 84.2 | 0.87 | 0.59 |
| Hex | A8 | F1 | 3C | 1E | 0 | 4B | 5 | 54 | 57 | 3B |
| Octal | 250 | 361 | 74 | 36 | 0 | 113 | 5 | 124 | 127 | 73 |
| Binary | 10101000 | 11110001 | 111100 | 11110 | 0 | 1001011 | 101 | 1010100 | 1010111 | 111011 |
Color Harmonies of #A8F13C
Complementary color
Monochromatic Colors of #A8F13C
Black with #A8F13C
Text Example
Text Example
White with #A8F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F13C; }
p { color: rgb(168,241,60); }
H1.HeaderClassName
{
color: #A8F13C;
}
.AnyTagClassName
{
color: #A8F13C;
}
</style>
background-color css
<style>
a { background-color: #A8F13C; }
a { background-color: rgb(168,241,60); }
div.DivClassName
{
background-color: #A8F13C;
}
.BgClassName
{
background-color: #A8F13C;
}
</style>
border-color css
<style>
span { border-color: #A8F13C; }
span { border-color: rgb(168,241,60); }
td.TdClassName
{
border-color: #A8F13C;
}
.TagClassName
{
border-color: #A8F13C;
}
</style>