Shades of Citrus #A5C908
Tints of Citrus #A5C908
RGB
CMYK
RGB Variations
Color information
#A5C908 (or 0xA5C908) is known color: Citrus. HEX triplet: A5, C9 and 08. RGB value is (165,201,8). Sum of RGB (Red+Green+Blue) = 165+201+8=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C908 is #5A36F7. Grayscale: #A8A8A8. Windows color (decimal): -5912312 or 575909. OLE color: 575909.
HSL color Cylindrical-coordinate representation of color #A5C908: hue angle of 71.19º 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 #A5C908 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.21 |
| HSL | 71.19º | 0.92% | 0.41% | - |
| HSV(B) | 71.19º | 0.96% | 0.79% | - |
| XYZ | 36.45 | 49.79 | 7.92 | - |
| YUV | 168.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 8 | 0.18 | 0 | 0.96 | 0.21 | 71.19 | 0.92 | 0.41 |
| Hex | A5 | C9 | 8 | 12 | 0 | 60 | 15 | 47 | 5C | 29 |
| Octal | 245 | 311 | 10 | 22 | 0 | 140 | 25 | 107 | 134 | 51 |
| Binary | 10100101 | 11001001 | 1000 | 10010 | 0 | 1100000 | 10101 | 1000111 | 1011100 | 101001 |
Color Harmonies of #A5C908
Complementary color
Monochromatic Colors of #A5C908
Black with #A5C908
Text Example
Text Example
White with #A5C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C908; }
p { color: rgb(165,201,8); }
H1.HeaderClassName
{
color: #A5C908;
}
.AnyTagClassName
{
color: #A5C908;
}
</style>
background-color css
<style>
a { background-color: #A5C908; }
a { background-color: rgb(165,201,8); }
div.DivClassName
{
background-color: #A5C908;
}
.BgClassName
{
background-color: #A5C908;
}
</style>
border-color css
<style>
span { border-color: #A5C908; }
span { border-color: rgb(165,201,8); }
td.TdClassName
{
border-color: #A5C908;
}
.TagClassName
{
border-color: #A5C908;
}
</style>