#A0BA15

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

Shades of Citrus #A0BA15

Tints of Citrus #A0BA15

Color information

#A0BA15 (or 0xA0BA15) is unknown color: approx Citrus. HEX triplet: A0, BA and 15. RGB value is (160,186,21). Sum of RGB (Red+Green+Blue) = 160+186+21=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA15 is #5F45EA. Grayscale: #A0A0A0. Windows color (decimal): -6243819 or 1424032. OLE color: 1424032.

HSL color Cylindrical-coordinate representation of color #A0BA15: hue angle of 69.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0BA15 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB16018621-
CMYK0.1400.890.27
HSL69.45º79.71%40.59%-
HSV(B)69.45º88.71%72.94%-
XYZ32.1942.657.24-
YUV159.4249.89128.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 186 (73.05% from 255) = 50.68%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=43.60%
G=50.68%
B=5.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160186210.1400.890.2769.4579.7140.59
HexA0BA15E0591B455029
Octal240272251601313310512051
Binary1010000010111010101011110010110011101110001011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA15; }

 p { color: rgb(160,186,21); }

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

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

 a { background-color: rgb(160,186,21); }

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

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

 span { border-color: rgb(160,186,21); }

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