Shades of Green Yellow #AFEC2A
Tints of Green Yellow #AFEC2A
RGB
CMYK
RGB Variations
Color information
#AFEC2A (or 0xAFEC2A) is known color: Green Yellow. HEX triplet: AF, EC and 2A. RGB value is (175,236,42). Sum of RGB (Red+Green+Blue) = 175+236+42=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC2A is #5013D5. Grayscale: #C4C4C4. Windows color (decimal): -5247958 or 2813103. OLE color: 2813103.
HSL color Cylindrical-coordinate representation of color #AFEC2A: hue angle of 78.87º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFEC2A is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 42 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.07 |
| HSL | 78.87º | 0.84% | 0.55% | - |
| HSV(B) | 78.87º | 0.82% | 0.93% | - |
| XYZ | 48.09 | 69.27 | 13.03 | - |
| YUV | 195.65 | 41.29 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 42 | 0.26 | 0 | 0.82 | 0.07 | 78.87 | 0.84 | 0.55 |
| Hex | AF | EC | 2A | 1A | 0 | 52 | 7 | 4F | 54 | 37 |
| Octal | 257 | 354 | 52 | 32 | 0 | 122 | 7 | 117 | 124 | 67 |
| Binary | 10101111 | 11101100 | 101010 | 11010 | 0 | 1010010 | 111 | 1001111 | 1010100 | 110111 |
Color Harmonies of #AFEC2A
Complementary color
Monochromatic Colors of #AFEC2A
Black with #AFEC2A
Text Example
Text Example
White with #AFEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC2A; }
p { color: rgb(175,236,42); }
H1.HeaderClassName
{
color: #AFEC2A;
}
.AnyTagClassName
{
color: #AFEC2A;
}
</style>
background-color css
<style>
a { background-color: #AFEC2A; }
a { background-color: rgb(175,236,42); }
div.DivClassName
{
background-color: #AFEC2A;
}
.BgClassName
{
background-color: #AFEC2A;
}
</style>
border-color css
<style>
span { border-color: #AFEC2A; }
span { border-color: rgb(175,236,42); }
td.TdClassName
{
border-color: #AFEC2A;
}
.TagClassName
{
border-color: #AFEC2A;
}
</style>