#a4c30c

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

Shades of Citrus #A4C30C

Tints of Citrus #A4C30C

Color information

#A4C30C (or 0xA4C30C) is unknown color: approx Citrus. HEX triplet: A4, C3 and 0C. RGB value is (164,195,12). Sum of RGB (Red+Green+Blue) = 164+195+12=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C30C is #5B3CF3. Grayscale: #A5A5A5. Windows color (decimal): -5979380 or 836516. OLE color: 836516.

HSL color Cylindrical-coordinate representation of color #A4C30C: hue angle of 70.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C30C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB16419512-
CMYK0.1600.940.24
HSL70.16º88.41%40.59%-
HSV(B)70.16º93.85%76.47%-
XYZ34.8946.957.57-
YUV164.8741.73127.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 12 (5.08% from 255) = 3.23%
R=44.20%
G=52.56%
B=3.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164195120.1600.940.2470.1688.4140.59
HexA4C3C1005E18465829
Octal244303142001363010613051
Binary1010010011000011110010000010111101100010001101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c30c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c30c; }

 p { color: rgb(164,195,12); }

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

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

 a { background-color: rgb(164,195,12); }

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

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

 span { border-color: rgb(164,195,12); }

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