Shades of Citrus #A4CF07
Tints of Citrus #A4CF07
RGB
CMYK
RGB Variations
Color information
#A4CF07 (or 0xA4CF07) is known color: Citrus. HEX triplet: A4, CF and 07. RGB value is (164,207,7). Sum of RGB (Red+Green+Blue) = 164+207+7=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CF07 is #5B30F8. Grayscale: #ACACAC. Windows color (decimal): -5976313 or 511908. OLE color: 511908.
HSL color Cylindrical-coordinate representation of color #A4CF07: hue angle of 72.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4CF07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.19 |
| HSL | 72.9º | 0.93% | 0.42% | - |
| HSV(B) | 72.9º | 0.97% | 0.81% | - |
| XYZ | 37.66 | 52.53 | 8.36 | - |
| YUV | 171.34 | 35.25 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 7 | 0.21 | 0 | 0.97 | 0.19 | 72.9 | 0.93 | 0.42 |
| Hex | A4 | CF | 7 | 15 | 0 | 61 | 13 | 49 | 5D | 2A |
| Octal | 244 | 317 | 7 | 25 | 0 | 141 | 23 | 111 | 135 | 52 |
| Binary | 10100100 | 11001111 | 111 | 10101 | 0 | 1100001 | 10011 | 1001001 | 1011101 | 101010 |
Color Harmonies of #A4CF07
Complementary color
Monochromatic Colors of #A4CF07
Black with #A4CF07
Text Example
Text Example
White with #A4CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF07; }
p { color: rgb(164,207,7); }
H1.HeaderClassName
{
color: #A4CF07;
}
.AnyTagClassName
{
color: #A4CF07;
}
</style>
background-color css
<style>
a { background-color: #A4CF07; }
a { background-color: rgb(164,207,7); }
div.DivClassName
{
background-color: #A4CF07;
}
.BgClassName
{
background-color: #A4CF07;
}
</style>
border-color css
<style>
span { border-color: #A4CF07; }
span { border-color: rgb(164,207,7); }
td.TdClassName
{
border-color: #A4CF07;
}
.TagClassName
{
border-color: #A4CF07;
}
</style>