Shades of Citrus #A1C908
Tints of Citrus #A1C908
RGB
CMYK
RGB Variations
Color information
#A1C908 (or 0xA1C908) is known color: Citrus. HEX triplet: A1, C9 and 08. RGB value is (161,201,8). Sum of RGB (Red+Green+Blue) = 161+201+8=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C908 is #5E36F7. Grayscale: #A7A7A7. Windows color (decimal): -6174456 or 575905. OLE color: 575905.
HSL color Cylindrical-coordinate representation of color #A1C908: hue angle of 72.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1C908 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.21 |
| HSL | 72.44º | 0.92% | 0.41% | - |
| HSV(B) | 72.44º | 0.96% | 0.79% | - |
| XYZ | 35.63 | 49.37 | 7.88 | - |
| YUV | 167.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 8 | 0.20 | 0 | 0.96 | 0.21 | 72.44 | 0.92 | 0.41 |
| Hex | A1 | C9 | 8 | 14 | 0 | 60 | 15 | 48 | 5C | 29 |
| Octal | 241 | 311 | 10 | 24 | 0 | 140 | 25 | 110 | 134 | 51 |
| Binary | 10100001 | 11001001 | 1000 | 10100 | 0 | 1100000 | 10101 | 1001000 | 1011100 | 101001 |
Color Harmonies of #A1C908
Complementary color
Monochromatic Colors of #A1C908
Black with #A1C908
Text Example
Text Example
White with #A1C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C908; }
p { color: rgb(161,201,8); }
H1.HeaderClassName
{
color: #A1C908;
}
.AnyTagClassName
{
color: #A1C908;
}
</style>
background-color css
<style>
a { background-color: #A1C908; }
a { background-color: rgb(161,201,8); }
div.DivClassName
{
background-color: #A1C908;
}
.BgClassName
{
background-color: #A1C908;
}
</style>
border-color css
<style>
span { border-color: #A1C908; }
span { border-color: rgb(161,201,8); }
td.TdClassName
{
border-color: #A1C908;
}
.TagClassName
{
border-color: #A1C908;
}
</style>