Shades of Yellow Green #A1CF2B
Tints of Yellow Green #A1CF2B
RGB
CMYK
RGB Variations
Color information
#A1CF2B (or 0xA1CF2B) is known color: Yellow Green. HEX triplet: A1, CF and 2B. RGB value is (161,207,43). Sum of RGB (Red+Green+Blue) = 161+207+43=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CF2B is #5E30D4. Grayscale: #AFAFAF. Windows color (decimal): -6172885 or 2871201. OLE color: 2871201.
HSL color Cylindrical-coordinate representation of color #A1CF2B: hue angle of 76.83º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1CF2B is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 43 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.19 |
| HSL | 76.83º | 0.66% | 0.49% | - |
| HSV(B) | 76.83º | 0.79% | 0.81% | - |
| XYZ | 37.45 | 52.38 | 10.42 | - |
| YUV | 174.55 | 53.76 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 43 | 0.22 | 0 | 0.79 | 0.19 | 76.83 | 0.66 | 0.49 |
| Hex | A1 | CF | 2B | 16 | 0 | 4F | 13 | 4D | 42 | 31 |
| Octal | 241 | 317 | 53 | 26 | 0 | 117 | 23 | 115 | 102 | 61 |
| Binary | 10100001 | 11001111 | 101011 | 10110 | 0 | 1001111 | 10011 | 1001101 | 1000010 | 110001 |
Color Harmonies of #A1CF2B
Complementary color
Monochromatic Colors of #A1CF2B
Black with #A1CF2B
Text Example
Text Example
White with #A1CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF2B; }
p { color: rgb(161,207,43); }
H1.HeaderClassName
{
color: #A1CF2B;
}
.AnyTagClassName
{
color: #A1CF2B;
}
</style>
background-color css
<style>
a { background-color: #A1CF2B; }
a { background-color: rgb(161,207,43); }
div.DivClassName
{
background-color: #A1CF2B;
}
.BgClassName
{
background-color: #A1CF2B;
}
</style>
border-color css
<style>
span { border-color: #A1CF2B; }
span { border-color: rgb(161,207,43); }
td.TdClassName
{
border-color: #A1CF2B;
}
.TagClassName
{
border-color: #A1CF2B;
}
</style>