#A0BC11

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

Shades of Citrus #A0BC11

Tints of Citrus #A0BC11

Color information

#A0BC11 (or 0xA0BC11) is unknown color: approx Citrus. HEX triplet: A0, BC and 11. RGB value is (160,188,17). Sum of RGB (Red+Green+Blue) = 160+188+17=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC11 is #5F43EE. Grayscale: #A0A0A0. Windows color (decimal): -6243311 or 1162400. OLE color: 1162400.

HSL color Cylindrical-coordinate representation of color #A0BC11: hue angle of 69.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0BC11 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB16018817-
CMYK0.1500.910.26
HSL69.82º83.41%40.2%-
HSV(B)69.82º90.96%73.73%-
XYZ32.5843.487.21-
YUV160.1347.22127.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 188 (73.83% from 255) = 51.51%
BLUE value IS 17 (7.03% from 255) = 4.66%
R=43.84%
G=51.51%
B=4.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160188170.1500.910.2669.8283.4140.2
HexA0BC11F05B1A465328
Octal240274211701333210612350
Binary1010000010111100100011111010110111101010001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC11; }

 p { color: rgb(160,188,17); }

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

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

 a { background-color: rgb(160,188,17); }

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

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

 span { border-color: rgb(160,188,17); }

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