Shades of Citrus #A3CF07
Tints of Citrus #A3CF07
RGB
CMYK
RGB Variations
Color information
#A3CF07 (or 0xA3CF07) is known color: Citrus. HEX triplet: A3, CF and 07. RGB value is (163,207,7). Sum of RGB (Red+Green+Blue) = 163+207+7=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CF07 is #5C30F8. Grayscale: #ABABAB. Windows color (decimal): -6041849 or 511907. OLE color: 511907.
HSL color Cylindrical-coordinate representation of color #A3CF07: hue angle of 73.2º 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 #A3CF07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.19 |
| HSL | 73.2º | 0.93% | 0.42% | - |
| HSV(B) | 73.2º | 0.97% | 0.81% | - |
| XYZ | 37.46 | 52.43 | 8.35 | - |
| YUV | 171.04 | 35.42 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 7 | 0.21 | 0 | 0.97 | 0.19 | 73.2 | 0.93 | 0.42 |
| Hex | A3 | CF | 7 | 15 | 0 | 61 | 13 | 49 | 5D | 2A |
| Octal | 243 | 317 | 7 | 25 | 0 | 141 | 23 | 111 | 135 | 52 |
| Binary | 10100011 | 11001111 | 111 | 10101 | 0 | 1100001 | 10011 | 1001001 | 1011101 | 101010 |
Color Harmonies of #A3CF07
Complementary color
Monochromatic Colors of #A3CF07
Black with #A3CF07
Text Example
Text Example
White with #A3CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF07; }
p { color: rgb(163,207,7); }
H1.HeaderClassName
{
color: #A3CF07;
}
.AnyTagClassName
{
color: #A3CF07;
}
</style>
background-color css
<style>
a { background-color: #A3CF07; }
a { background-color: rgb(163,207,7); }
div.DivClassName
{
background-color: #A3CF07;
}
.BgClassName
{
background-color: #A3CF07;
}
</style>
border-color css
<style>
span { border-color: #A3CF07; }
span { border-color: rgb(163,207,7); }
td.TdClassName
{
border-color: #A3CF07;
}
.TagClassName
{
border-color: #A3CF07;
}
</style>