Shades of Green Yellow #A8FC2D
Tints of Green Yellow #A8FC2D
RGB
CMYK
RGB Variations
Color information
#A8FC2D (or 0xA8FC2D) is known color: Green Yellow. HEX triplet: A8, FC and 2D. RGB value is (168,252,45). Sum of RGB (Red+Green+Blue) = 168+252+45=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FC2D is #5703D2. Grayscale: #CCCCCC. Windows color (decimal): -5702611 or 3013800. OLE color: 3013800.
HSL color Cylindrical-coordinate representation of color #A8FC2D: hue angle of 84.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8FC2D is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 252 | 45 | - |
CMYK | 0.33 | 0 | 0.82 | 0.01 |
HSL | 84.35º | 0.97% | 0.58% | - |
HSV(B) | 84.35º | 0.82% | 0.99% | - |
XYZ | 51.43 | 78.14 | 14.85 | - |
YUV | 203.29 | 38.67 | 102.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 252 | 45 | 0.33 | 0 | 0.82 | 0.01 | 84.35 | 0.97 | 0.58 |
Hex | A8 | FC | 2D | 21 | 0 | 52 | 1 | 54 | 61 | 3A |
Octal | 250 | 374 | 55 | 41 | 0 | 122 | 1 | 124 | 141 | 72 |
Binary | 10101000 | 11111100 | 101101 | 100001 | 0 | 1010010 | 1 | 1010100 | 1100001 | 111010 |
Color Harmonies of #A8FC2D
Complementary color
Monochromatic Colors of #A8FC2D
Black with #A8FC2D
Text Example
Text Example
White with #A8FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC2D; }
p { color: rgb(168,252,45); }
H1.HeaderClassName
{
color: #A8FC2D;
}
.AnyTagClassName
{
color: #A8FC2D;
}
</style>
background-color css
<style>
a { background-color: #A8FC2D; }
a { background-color: rgb(168,252,45); }
div.DivClassName
{
background-color: #A8FC2D;
}
.BgClassName
{
background-color: #A8FC2D;
}
</style>
border-color css
<style>
span { border-color: #A8FC2D; }
span { border-color: rgb(168,252,45); }
td.TdClassName
{
border-color: #A8FC2D;
}
.TagClassName
{
border-color: #A8FC2D;
}
</style>