Shades of Citrus #A0C908
Tints of Citrus #A0C908
RGB
CMYK
RGB Variations
Color information
#A0C908 (or 0xA0C908) is known color: Citrus. HEX triplet: A0, C9 and 08. RGB value is (160,201,8). Sum of RGB (Red+Green+Blue) = 160+201+8=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C908 is #5F36F7. Grayscale: #A7A7A7. Windows color (decimal): -6239992 or 575904. OLE color: 575904.
HSL color Cylindrical-coordinate representation of color #A0C908: hue angle of 72.75º 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 #A0C908 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.21 |
| HSL | 72.75º | 0.92% | 0.41% | - |
| HSV(B) | 72.75º | 0.96% | 0.79% | - |
| XYZ | 35.43 | 49.26 | 7.87 | - |
| YUV | 166.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 8 | 0.20 | 0 | 0.96 | 0.21 | 72.75 | 0.92 | 0.41 |
| Hex | A0 | C9 | 8 | 14 | 0 | 60 | 15 | 49 | 5C | 29 |
| Octal | 240 | 311 | 10 | 24 | 0 | 140 | 25 | 111 | 134 | 51 |
| Binary | 10100000 | 11001001 | 1000 | 10100 | 0 | 1100000 | 10101 | 1001001 | 1011100 | 101001 |
Color Harmonies of #A0C908
Complementary color
Monochromatic Colors of #A0C908
Black with #A0C908
Text Example
Text Example
White with #A0C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C908; }
p { color: rgb(160,201,8); }
H1.HeaderClassName
{
color: #A0C908;
}
.AnyTagClassName
{
color: #A0C908;
}
</style>
background-color css
<style>
a { background-color: #A0C908; }
a { background-color: rgb(160,201,8); }
div.DivClassName
{
background-color: #A0C908;
}
.BgClassName
{
background-color: #A0C908;
}
</style>
border-color css
<style>
span { border-color: #A0C908; }
span { border-color: rgb(160,201,8); }
td.TdClassName
{
border-color: #A0C908;
}
.TagClassName
{
border-color: #A0C908;
}
</style>