#a0c10e

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

Shades of Citrus #A0C10E

Tints of Citrus #A0C10E

Color information

#A0C10E (or 0xA0C10E) is unknown color: approx Citrus. HEX triplet: A0, C1 and 0E. RGB value is (160,193,14). Sum of RGB (Red+Green+Blue) = 160+193+14=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C10E is #5F3EF1. Grayscale: #A3A3A3. Windows color (decimal): -6242034 or 967072. OLE color: 967072.

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

Color convert

RGB16019314-
CMYK0.1700.930.24
HSL71.06º86.47%40.59%-
HSV(B)71.06º92.75%75.69%-
XYZ33.6545.657.45-
YUV162.7344.07126.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 193 (75.78% from 255) = 52.59%
BLUE value IS 14 (5.86% from 255) = 3.81%
R=43.60%
G=52.59%
B=3.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160193140.1700.930.2471.0686.4740.59
HexA0C1E1105D18475629
Octal240301162101353010712651
Binary1010000011000001111010001010111011100010001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0c10e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0c10e; }

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

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

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

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

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

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

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

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