Shades of Citrus #A1CF09
Tints of Citrus #A1CF09
RGB
CMYK
RGB Variations
Color information
#A1CF09 (or 0xA1CF09) is known color: Citrus. HEX triplet: A1, CF and 09. RGB value is (161,207,9). Sum of RGB (Red+Green+Blue) = 161+207+9=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CF09 is #5E30F6. Grayscale: #ABABAB. Windows color (decimal): -6172919 or 642977. OLE color: 642977.
HSL color Cylindrical-coordinate representation of color #A1CF09: hue angle of 73.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1CF09 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.19 |
| HSL | 73.94º | 0.92% | 0.42% | - |
| HSV(B) | 73.94º | 0.96% | 0.81% | - |
| XYZ | 37.06 | 52.22 | 8.39 | - |
| YUV | 170.67 | 36.76 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 9 | 0.22 | 0 | 0.96 | 0.19 | 73.94 | 0.92 | 0.42 |
| Hex | A1 | CF | 9 | 16 | 0 | 60 | 13 | 4A | 5C | 2A |
| Octal | 241 | 317 | 11 | 26 | 0 | 140 | 23 | 112 | 134 | 52 |
| Binary | 10100001 | 11001111 | 1001 | 10110 | 0 | 1100000 | 10011 | 1001010 | 1011100 | 101010 |
Color Harmonies of #A1CF09
Complementary color
Monochromatic Colors of #A1CF09
Black with #A1CF09
Text Example
Text Example
White with #A1CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF09; }
p { color: rgb(161,207,9); }
H1.HeaderClassName
{
color: #A1CF09;
}
.AnyTagClassName
{
color: #A1CF09;
}
</style>
background-color css
<style>
a { background-color: #A1CF09; }
a { background-color: rgb(161,207,9); }
div.DivClassName
{
background-color: #A1CF09;
}
.BgClassName
{
background-color: #A1CF09;
}
</style>
border-color css
<style>
span { border-color: #A1CF09; }
span { border-color: rgb(161,207,9); }
td.TdClassName
{
border-color: #A1CF09;
}
.TagClassName
{
border-color: #A1CF09;
}
</style>