Shades of Citrus #A8CD04
Tints of Citrus #A8CD04
RGB
CMYK
RGB Variations
Color information
#A8CD04 (or 0xA8CD04) is known color: Citrus. HEX triplet: A8, CD and 04. RGB value is (168,205,4). Sum of RGB (Red+Green+Blue) = 168+205+4=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CD04 is #5732FB. Grayscale: #ABABAB. Windows color (decimal): -5714684 or 314792. OLE color: 314792.
HSL color Cylindrical-coordinate representation of color #A8CD04: hue angle of 71.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8CD04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.20 |
| HSL | 71.04º | 0.96% | 0.41% | - |
| HSV(B) | 71.04º | 0.98% | 0.8% | - |
| XYZ | 38 | 52 | 8.15 | - |
| YUV | 171.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 4 | 0.18 | 0 | 0.98 | 0.20 | 71.04 | 0.96 | 0.41 |
| Hex | A8 | CD | 4 | 12 | 0 | 62 | 14 | 47 | 60 | 29 |
| Octal | 250 | 315 | 4 | 22 | 0 | 142 | 24 | 107 | 140 | 51 |
| Binary | 10101000 | 11001101 | 100 | 10010 | 0 | 1100010 | 10100 | 1000111 | 1100000 | 101001 |
Color Harmonies of #A8CD04
Complementary color
Monochromatic Colors of #A8CD04
Black with #A8CD04
Text Example
Text Example
White with #A8CD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD04; }
p { color: rgb(168,205,4); }
H1.HeaderClassName
{
color: #A8CD04;
}
.AnyTagClassName
{
color: #A8CD04;
}
</style>
background-color css
<style>
a { background-color: #A8CD04; }
a { background-color: rgb(168,205,4); }
div.DivClassName
{
background-color: #A8CD04;
}
.BgClassName
{
background-color: #A8CD04;
}
</style>
border-color css
<style>
span { border-color: #A8CD04; }
span { border-color: rgb(168,205,4); }
td.TdClassName
{
border-color: #A8CD04;
}
.TagClassName
{
border-color: #A8CD04;
}
</style>