Shades of Citrus #A4C102
Tints of Citrus #A4C102
RGB
CMYK
RGB Variations
Color information
#A4C102 (or 0xA4C102) is known color: Citrus. HEX triplet: A4, C1 and 02. RGB value is (164,193,2). Sum of RGB (Red+Green+Blue) = 164+193+2=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C102 is #5B3EFD. Grayscale: #A3A3A3. Windows color (decimal): -5979902 or 180644. OLE color: 180644.
HSL color Cylindrical-coordinate representation of color #A4C102: hue angle of 69.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4C102 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.24 |
| HSL | 69.11º | 0.98% | 0.38% | - |
| HSV(B) | 69.11º | 0.99% | 0.76% | - |
| XYZ | 34.39 | 46.04 | 7.13 | - |
| YUV | 162.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 2 | 0.15 | 0 | 0.99 | 0.24 | 69.11 | 0.98 | 0.38 |
| Hex | A4 | C1 | 2 | F | 0 | 63 | 18 | 45 | 62 | 26 |
| Octal | 244 | 301 | 2 | 17 | 0 | 143 | 30 | 105 | 142 | 46 |
| Binary | 10100100 | 11000001 | 10 | 1111 | 0 | 1100011 | 11000 | 1000101 | 1100010 | 100110 |
Color Harmonies of #A4C102
Complementary color
Monochromatic Colors of #A4C102
Black with #A4C102
Text Example
Text Example
White with #A4C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C102; }
p { color: rgb(164,193,2); }
H1.HeaderClassName
{
color: #A4C102;
}
.AnyTagClassName
{
color: #A4C102;
}
</style>
background-color css
<style>
a { background-color: #A4C102; }
a { background-color: rgb(164,193,2); }
div.DivClassName
{
background-color: #A4C102;
}
.BgClassName
{
background-color: #A4C102;
}
</style>
border-color css
<style>
span { border-color: #A4C102; }
span { border-color: rgb(164,193,2); }
td.TdClassName
{
border-color: #A4C102;
}
.TagClassName
{
border-color: #A4C102;
}
</style>