#a4c100

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

Shades of Citrus #A4C100

Tints of Citrus #A4C100

Color information

#A4C100 (or 0xA4C100) is unknown color: approx Citrus. HEX triplet: A4, C1 and 00. RGB value is (164,193,0). Sum of RGB (Red+Green+Blue) = 164+193+0=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C100 is #5B3EFF. Grayscale: #A3A3A3. Windows color (decimal): -5979904 or 49572. OLE color: 49572.

HSL color Cylindrical-coordinate representation of color #A4C100: hue angle of 69.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4C100 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1641930-
CMYK0.15010.24
HSL69.02º100%37.84%-
HSV(B)69.02º100%75.69%-
XYZ34.3846.037.07-
YUV162.3336.39129.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.94%
G=54.06%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16419300.15010.2469.0210037.84
HexA4C10F06418456426
Octal24430101701443010514446
Binary101001001100000101111011001001100010001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c100; }

 p { color: rgb(164,193,0); }

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

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

 a { background-color: rgb(164,193,0); }

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

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

 span { border-color: rgb(164,193,0); }

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