#A4C40D

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

Shades of Citrus #A4C40D

Tints of Citrus #A4C40D

Color information

#A4C40D (or 0xA4C40D) is unknown color: approx Citrus. HEX triplet: A4, C4 and 0D. RGB value is (164,196,13). Sum of RGB (Red+Green+Blue) = 164+196+13=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C40D is #5B3BF2. Grayscale: #A6A6A6. Windows color (decimal): -5979123 or 902308. OLE color: 902308.

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

Color convert

RGB16419613-
CMYK0.1600.930.23
HSL70.49º87.56%40.98%-
HSV(B)70.49º93.37%76.86%-
XYZ35.1247.47.68-
YUV165.5741.9126.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 13 (5.47% from 255) = 3.49%
R=43.97%
G=52.55%
B=3.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196130.1600.930.2370.4987.5640.98
HexA4C4D1005D17465829
Octal244304152001352710613051
Binary1010010011000100110110000010111011011110001101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C40D; }

 p { color: rgb(164,196,13); }

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

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

 a { background-color: rgb(164,196,13); }

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

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

 span { border-color: rgb(164,196,13); }

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