#A1C40D

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

Shades of Citrus #A1C40D

Tints of Citrus #A1C40D

Color information

#A1C40D (or 0xA1C40D) is unknown color: approx Citrus. HEX triplet: A1, C4 and 0D. RGB value is (161,196,13). Sum of RGB (Red+Green+Blue) = 161+196+13=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C40D is #5E3BF2. Grayscale: #A5A5A5. Windows color (decimal): -6175731 or 902305. OLE color: 902305.

HSL color Cylindrical-coordinate representation of color #A1C40D: hue angle of 71.48º 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 #A1C40D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB16119613-
CMYK0.1800.930.23
HSL71.48º87.56%40.98%-
HSV(B)71.48º93.37%76.86%-
XYZ34.5147.097.65-
YUV164.6742.4125.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 196 (76.95% from 255) = 52.97%
BLUE value IS 13 (5.47% from 255) = 3.51%
R=43.51%
G=52.97%
B=3.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161196130.1800.930.2371.4887.5640.98
HexA1C4D1205D17475829
Octal241304152201352710713051
Binary1010000111000100110110010010111011011110001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C40D; }

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

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

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

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

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

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

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

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