Shades of Green Yellow #AFFF18
Tints of Green Yellow #AFFF18
RGB
CMYK
RGB Variations
Color information
#AFFF18 (or 0xAFFF18) is known color: Green Yellow. HEX triplet: AF, FF and 18. RGB value is (175,255,24). Sum of RGB (Red+Green+Blue) = 175+255+24=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF18 is #5000E7. Grayscale: #CDCDCD. Windows color (decimal): -5243112 or 1638319. OLE color: 1638319.
HSL color Cylindrical-coordinate representation of color #AFFF18: hue angle of 80.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFFF18 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 24 | - |
| CMYK | 0.31 | 0 | 0.91 | 0 |
| HSL | 80.78º | 1% | 0.55% | - |
| HSV(B) | 80.78º | 0.91% | 1% | - |
| XYZ | 53.6 | 80.7 | 13.62 | - |
| YUV | 204.75 | 26 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 24 | 0.31 | 0 | 0.91 | 0 | 80.78 | 1 | 0.55 |
| Hex | AF | FF | 18 | 1F | 0 | 5B | 0 | 51 | 64 | 37 |
| Octal | 257 | 377 | 30 | 37 | 0 | 133 | 0 | 121 | 144 | 67 |
| Binary | 10101111 | 11111111 | 11000 | 11111 | 0 | 1011011 | 0 | 1010001 | 1100100 | 110111 |
Color Harmonies of #AFFF18
Complementary color
Monochromatic Colors of #AFFF18
Black with #AFFF18
Text Example
Text Example
White with #AFFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF18; }
p { color: rgb(175,255,24); }
H1.HeaderClassName
{
color: #AFFF18;
}
.AnyTagClassName
{
color: #AFFF18;
}
</style>
background-color css
<style>
a { background-color: #AFFF18; }
a { background-color: rgb(175,255,24); }
div.DivClassName
{
background-color: #AFFF18;
}
.BgClassName
{
background-color: #AFFF18;
}
</style>
border-color css
<style>
span { border-color: #AFFF18; }
span { border-color: rgb(175,255,24); }
td.TdClassName
{
border-color: #AFFF18;
}
.TagClassName
{
border-color: #AFFF18;
}
</style>