Shades of Green Yellow #A8FF1B
Tints of Green Yellow #A8FF1B
RGB
CMYK
RGB Variations
Color information
#A8FF1B (or 0xA8FF1B) is known color: Green Yellow. HEX triplet: A8, FF and 1B. RGB value is (168,255,27). Sum of RGB (Red+Green+Blue) = 168+255+27=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF1B is #5700E4. Grayscale: #CBCBCB. Windows color (decimal): -5701861 or 1834920. OLE color: 1834920.
HSL color Cylindrical-coordinate representation of color #A8FF1B: hue angle of 82.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8FF1B is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 27 | - |
| CMYK | 0.34 | 0 | 0.89 | 0 |
| HSL | 82.89º | 1% | 0.55% | - |
| HSV(B) | 82.89º | 0.89% | 1% | - |
| XYZ | 52.11 | 79.92 | 13.72 | - |
| YUV | 203 | 28.68 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 27 | 0.34 | 0 | 0.89 | 0 | 82.89 | 1 | 0.55 |
| Hex | A8 | FF | 1B | 22 | 0 | 59 | 0 | 53 | 64 | 37 |
| Octal | 250 | 377 | 33 | 42 | 0 | 131 | 0 | 123 | 144 | 67 |
| Binary | 10101000 | 11111111 | 11011 | 100010 | 0 | 1011001 | 0 | 1010011 | 1100100 | 110111 |
Color Harmonies of #A8FF1B
Complementary color
Monochromatic Colors of #A8FF1B
Black with #A8FF1B
Text Example
Text Example
White with #A8FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF1B; }
p { color: rgb(168,255,27); }
H1.HeaderClassName
{
color: #A8FF1B;
}
.AnyTagClassName
{
color: #A8FF1B;
}
</style>
background-color css
<style>
a { background-color: #A8FF1B; }
a { background-color: rgb(168,255,27); }
div.DivClassName
{
background-color: #A8FF1B;
}
.BgClassName
{
background-color: #A8FF1B;
}
</style>
border-color css
<style>
span { border-color: #A8FF1B; }
span { border-color: rgb(168,255,27); }
td.TdClassName
{
border-color: #A8FF1B;
}
.TagClassName
{
border-color: #A8FF1B;
}
</style>