Shades of Citrus #A1CF08
Tints of Citrus #A1CF08
RGB
CMYK
RGB Variations
Color information
#A1CF08 (or 0xA1CF08) is known color: Citrus. HEX triplet: A1, CF and 08. RGB value is (161,207,8). Sum of RGB (Red+Green+Blue) = 161+207+8=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CF08 is #5E30F7. Grayscale: #ABABAB. Windows color (decimal): -6172920 or 577441. OLE color: 577441.
HSL color Cylindrical-coordinate representation of color #A1CF08: hue angle of 73.87º degrees, saturation: 0.93, 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 #A1CF08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.19 |
| HSL | 73.87º | 0.93% | 0.42% | - |
| HSV(B) | 73.87º | 0.96% | 0.81% | - |
| XYZ | 37.05 | 52.22 | 8.36 | - |
| YUV | 170.56 | 36.26 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 8 | 0.22 | 0 | 0.96 | 0.19 | 73.87 | 0.93 | 0.42 |
| Hex | A1 | CF | 8 | 16 | 0 | 60 | 13 | 4A | 5D | 2A |
| Octal | 241 | 317 | 10 | 26 | 0 | 140 | 23 | 112 | 135 | 52 |
| Binary | 10100001 | 11001111 | 1000 | 10110 | 0 | 1100000 | 10011 | 1001010 | 1011101 | 101010 |
Color Harmonies of #A1CF08
Complementary color
Monochromatic Colors of #A1CF08
Black with #A1CF08
Text Example
Text Example
White with #A1CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF08; }
p { color: rgb(161,207,8); }
H1.HeaderClassName
{
color: #A1CF08;
}
.AnyTagClassName
{
color: #A1CF08;
}
</style>
background-color css
<style>
a { background-color: #A1CF08; }
a { background-color: rgb(161,207,8); }
div.DivClassName
{
background-color: #A1CF08;
}
.BgClassName
{
background-color: #A1CF08;
}
</style>
border-color css
<style>
span { border-color: #A1CF08; }
span { border-color: rgb(161,207,8); }
td.TdClassName
{
border-color: #A1CF08;
}
.TagClassName
{
border-color: #A1CF08;
}
</style>