Shades of Green Yellow #AFFC1A
Tints of Green Yellow #AFFC1A
RGB
CMYK
RGB Variations
Color information
#AFFC1A (or 0xAFFC1A) is known color: Green Yellow. HEX triplet: AF, FC and 1A. RGB value is (175,252,26). Sum of RGB (Red+Green+Blue) = 175+252+26=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC1A is #5003E5. Grayscale: #CCCCCC. Windows color (decimal): -5243878 or 1768623. OLE color: 1768623.
HSL color Cylindrical-coordinate representation of color #AFFC1A: hue angle of 80.44º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFFC1A is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
RGB | 175 | 252 | 26 | - |
CMYK | 0.31 | 0 | 0.90 | 0.01 |
HSL | 80.44º | 0.97% | 0.55% | - |
HSV(B) | 80.44º | 0.9% | 0.99% | - |
XYZ | 52.68 | 78.81 | 13.41 | - |
YUV | 203.21 | 27.99 | 107.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 252 | 26 | 0.31 | 0 | 0.90 | 0.01 | 80.44 | 0.97 | 0.55 |
Hex | AF | FC | 1A | 1F | 0 | 5A | 1 | 50 | 61 | 37 |
Octal | 257 | 374 | 32 | 37 | 0 | 132 | 1 | 120 | 141 | 67 |
Binary | 10101111 | 11111100 | 11010 | 11111 | 0 | 1011010 | 1 | 1010000 | 1100001 | 110111 |
Color Harmonies of #AFFC1A
Complementary color
Monochromatic Colors of #AFFC1A
Black with #AFFC1A
Text Example
Text Example
White with #AFFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC1A; }
p { color: rgb(175,252,26); }
H1.HeaderClassName
{
color: #AFFC1A;
}
.AnyTagClassName
{
color: #AFFC1A;
}
</style>
background-color css
<style>
a { background-color: #AFFC1A; }
a { background-color: rgb(175,252,26); }
div.DivClassName
{
background-color: #AFFC1A;
}
.BgClassName
{
background-color: #AFFC1A;
}
</style>
border-color css
<style>
span { border-color: #AFFC1A; }
span { border-color: rgb(175,252,26); }
td.TdClassName
{
border-color: #AFFC1A;
}
.TagClassName
{
border-color: #AFFC1A;
}
</style>