#A4C10E

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

Shades of Citrus #A4C10E

Tints of Citrus #A4C10E

Color information

#A4C10E (or 0xA4C10E) is unknown color: approx Citrus. HEX triplet: A4, C1 and 0E. RGB value is (164,193,14). Sum of RGB (Red+Green+Blue) = 164+193+14=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C10E is #5B3EF1. Grayscale: #A4A4A4. Windows color (decimal): -5979890 or 967076. OLE color: 967076.

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

Color convert

RGB16419314-
CMYK0.1500.930.24
HSL69.72º86.47%40.59%-
HSV(B)69.72º92.75%75.69%-
XYZ34.4646.067.49-
YUV163.9243.39128.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 14 (5.86% from 255) = 3.77%
R=44.20%
G=52.02%
B=3.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164193140.1500.930.2469.7286.4740.59
HexA4C1EF05D18465629
Octal244301161701353010612651
Binary101001001100000111101111010111011100010001101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C10E; }

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

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

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

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

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

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

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

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