#A0AB0E

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

Shades of Citrus #A0AB0E

Tints of Citrus #A0AB0E

Color information

#A0AB0E (or 0xA0AB0E) is unknown color: approx Citrus. HEX triplet: A0, AB and 0E. RGB value is (160,171,14). Sum of RGB (Red+Green+Blue) = 160+171+14=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB0E is #5F54F1. Grayscale: #969696. Windows color (decimal): -6247666 or 961440. OLE color: 961440.

HSL color Cylindrical-coordinate representation of color #A0AB0E: hue angle of 64.2º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0AB0E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB16017114-
CMYK0.0600.920.33
HSL64.2º84.86%36.27%-
HSV(B)64.2º91.81%67.06%-
XYZ29.1436.635.95-
YUV149.8151.36135.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 14 (5.86% from 255) = 4.06%
R=46.38%
G=49.57%
B=4.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171140.0600.920.3364.284.8636.27
HexA0ABE605C21405524
Octal24025316601344110012544
Binary101000001010101111101100101110010000110000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB0E; }

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

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

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

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

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

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

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

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