Shades of Citrus #A3C908
Tints of Citrus #A3C908
RGB
CMYK
RGB Variations
Color information
#A3C908 (or 0xA3C908) is known color: Citrus. HEX triplet: A3, C9 and 08. RGB value is (163,201,8). Sum of RGB (Red+Green+Blue) = 163+201+8=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C908 is #5C36F7. Grayscale: #A8A8A8. Windows color (decimal): -6043384 or 575907. OLE color: 575907.
HSL color Cylindrical-coordinate representation of color #A3C908: hue angle of 71.81º 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 #A3C908 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 8 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.21 |
| HSL | 71.81º | 0.92% | 0.41% | - |
| HSV(B) | 71.81º | 0.96% | 0.79% | - |
| XYZ | 36.03 | 49.58 | 7.9 | - |
| YUV | 167.64 | 37.91 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 8 | 0.19 | 0 | 0.96 | 0.21 | 71.81 | 0.92 | 0.41 |
| Hex | A3 | C9 | 8 | 13 | 0 | 60 | 15 | 48 | 5C | 29 |
| Octal | 243 | 311 | 10 | 23 | 0 | 140 | 25 | 110 | 134 | 51 |
| Binary | 10100011 | 11001001 | 1000 | 10011 | 0 | 1100000 | 10101 | 1001000 | 1011100 | 101001 |
Color Harmonies of #A3C908
Complementary color
Monochromatic Colors of #A3C908
Black with #A3C908
Text Example
Text Example
White with #A3C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C908; }
p { color: rgb(163,201,8); }
H1.HeaderClassName
{
color: #A3C908;
}
.AnyTagClassName
{
color: #A3C908;
}
</style>
background-color css
<style>
a { background-color: #A3C908; }
a { background-color: rgb(163,201,8); }
div.DivClassName
{
background-color: #A3C908;
}
.BgClassName
{
background-color: #A3C908;
}
</style>
border-color css
<style>
span { border-color: #A3C908; }
span { border-color: rgb(163,201,8); }
td.TdClassName
{
border-color: #A3C908;
}
.TagClassName
{
border-color: #A3C908;
}
</style>