Shades of Citrus #A1CA08
Tints of Citrus #A1CA08
RGB
CMYK
RGB Variations
Color information
#A1CA08 (or 0xA1CA08) is known color: Citrus. HEX triplet: A1, CA and 08. RGB value is (161,202,8). Sum of RGB (Red+Green+Blue) = 161+202+8=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA08 is #5E35F7. Grayscale: #A8A8A8. Windows color (decimal): -6174200 or 576161. OLE color: 576161.
HSL color Cylindrical-coordinate representation of color #A1CA08: hue angle of 72.68º 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 #A1CA08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.21 |
| HSL | 72.68º | 0.92% | 0.41% | - |
| HSV(B) | 72.68º | 0.96% | 0.79% | - |
| XYZ | 35.86 | 49.84 | 7.96 | - |
| YUV | 167.63 | 37.92 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 8 | 0.20 | 0 | 0.96 | 0.21 | 72.68 | 0.92 | 0.41 |
| Hex | A1 | CA | 8 | 14 | 0 | 60 | 15 | 49 | 5C | 29 |
| Octal | 241 | 312 | 10 | 24 | 0 | 140 | 25 | 111 | 134 | 51 |
| Binary | 10100001 | 11001010 | 1000 | 10100 | 0 | 1100000 | 10101 | 1001001 | 1011100 | 101001 |
Color Harmonies of #A1CA08
Complementary color
Monochromatic Colors of #A1CA08
Black with #A1CA08
Text Example
Text Example
White with #A1CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA08; }
p { color: rgb(161,202,8); }
H1.HeaderClassName
{
color: #A1CA08;
}
.AnyTagClassName
{
color: #A1CA08;
}
</style>
background-color css
<style>
a { background-color: #A1CA08; }
a { background-color: rgb(161,202,8); }
div.DivClassName
{
background-color: #A1CA08;
}
.BgClassName
{
background-color: #A1CA08;
}
</style>
border-color css
<style>
span { border-color: #A1CA08; }
span { border-color: rgb(161,202,8); }
td.TdClassName
{
border-color: #A1CA08;
}
.TagClassName
{
border-color: #A1CA08;
}
</style>