#A7C704

Color #A7C704 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A7C704

Tints of Citrus #A7C704

Color information

#A7C704 (or 0xA7C704) is unknown color: approx Citrus. HEX triplet: A7, C7 and 04. RGB value is (167,199,4). Sum of RGB (Red+Green+Blue) = 167+199+4=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C704 is #5838FB. Grayscale: #A7A7A7. Windows color (decimal): -5781756 or 313255. OLE color: 313255.

HSL color Cylindrical-coordinate representation of color #A7C704: hue angle of 69.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7C704 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1671994-
CMYK0.1600.980.22
HSL69.85º96.06%39.8%-
HSV(B)69.85º97.99%78.04%-
XYZ36.3849.077.67-
YUV167.235.9127.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 199 (78.12% from 255) = 53.78%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=45.14%
G=53.78%
B=1.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16719940.1600.980.2269.8596.0639.8
HexA7C741006216466028
Octal24730742001422610614050
Binary101001111100011110010000011000101011010001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C704; }

 p { color: rgb(167,199,4); }

 H1.HeaderClassName
 {
   color: #A7C704;
 }
 .AnyTagClassName
 {
   color: #A7C704;
 }
</style>
background-color css

<style>
 a { background-color: #A7C704; }

 a { background-color: rgb(167,199,4); }

 div.DivClassName
 {
   background-color: #A7C704;
 }
 .BgClassName
 {
   background-color: #A7C704;
 }
</style>
border-color css

<style>
 span { border-color: #A7C704; }

 span { border-color: rgb(167,199,4); }

 td.TdClassName
 {
   border-color: #A7C704;
 }
 .TagClassName
 {
   border-color: #A7C704;
 }
</style>