Shades of Green Yellow #A5F12C
Tints of Green Yellow #A5F12C
RGB
CMYK
RGB Variations
Color information
#A5F12C (or 0xA5F12C) is known color: Green Yellow. HEX triplet: A5, F1 and 2C. RGB value is (165,241,44). Sum of RGB (Red+Green+Blue) = 165+241+44=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F12C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F12C is #5A0ED3. Grayscale: #C4C4C4. Windows color (decimal): -5902036 or 2945445. OLE color: 2945445.
HSL color Cylindrical-coordinate representation of color #A5F12C: hue angle of 83.15º degrees, saturation: 0.88, 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 #A5F12C is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 44 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.05 |
| HSL | 83.15º | 0.88% | 0.56% | - |
| HSV(B) | 83.15º | 0.82% | 0.95% | - |
| XYZ | 47.43 | 71.09 | 13.61 | - |
| YUV | 195.82 | 42.32 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 44 | 0.32 | 0 | 0.82 | 0.05 | 83.15 | 0.88 | 0.56 |
| Hex | A5 | F1 | 2C | 20 | 0 | 52 | 5 | 53 | 58 | 38 |
| Octal | 245 | 361 | 54 | 40 | 0 | 122 | 5 | 123 | 130 | 70 |
| Binary | 10100101 | 11110001 | 101100 | 100000 | 0 | 1010010 | 101 | 1010011 | 1011000 | 111000 |
Color Harmonies of #A5F12C
Complementary color
Monochromatic Colors of #A5F12C
Black with #A5F12C
Text Example
Text Example
White with #A5F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F12C; }
p { color: rgb(165,241,44); }
H1.HeaderClassName
{
color: #A5F12C;
}
.AnyTagClassName
{
color: #A5F12C;
}
</style>
background-color css
<style>
a { background-color: #A5F12C; }
a { background-color: rgb(165,241,44); }
div.DivClassName
{
background-color: #A5F12C;
}
.BgClassName
{
background-color: #A5F12C;
}
</style>
border-color css
<style>
span { border-color: #A5F12C; }
span { border-color: rgb(165,241,44); }
td.TdClassName
{
border-color: #A5F12C;
}
.TagClassName
{
border-color: #A5F12C;
}
</style>